pub enum SeparatorPlace {
Front,
Back,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeparatorPlace
impl RefUnwindSafe for SeparatorPlace
impl Send for SeparatorPlace
impl Sync for SeparatorPlace
impl Unpin for SeparatorPlace
impl UnwindSafe for SeparatorPlace
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