pub enum SeparatorGroup {
Semantic,
Syntactic,
}Variants§
Implementations§
Trait Implementations§
Source§impl PartialEq for SeparatorGroup
impl PartialEq for SeparatorGroup
Source§fn eq(&self, other: &SeparatorGroup) -> bool
fn eq(&self, other: &SeparatorGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SeparatorGroup
Auto Trait Implementations§
impl Freeze for SeparatorGroup
impl RefUnwindSafe for SeparatorGroup
impl Send for SeparatorGroup
impl Sync for SeparatorGroup
impl Unpin for SeparatorGroup
impl UnsafeUnpin for SeparatorGroup
impl UnwindSafe for SeparatorGroup
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