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