pub enum IsLast {
Yes,
No,
}Expand description
For telling Separator whether it comes after the last field or not.
Variants§
Trait Implementations§
impl Copy for IsLast
impl Eq for IsLast
impl StructuralPartialEq for IsLast
Auto Trait Implementations§
impl Freeze for IsLast
impl RefUnwindSafe for IsLast
impl Send for IsLast
impl Sync for IsLast
impl Unpin for IsLast
impl UnwindSafe for IsLast
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more