pub enum DelimiterKind {
Comma,
Solidus,
Semicolon,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DelimiterKind
impl RefUnwindSafe for DelimiterKind
impl Send for DelimiterKind
impl Sync for DelimiterKind
impl Unpin for DelimiterKind
impl UnsafeUnpin for DelimiterKind
impl UnwindSafe for DelimiterKind
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