pub enum EditTier {
Exact,
WhitespaceAgnostic,
ContextualAnchor,
NotApplied,
}Variants§
Trait Implementations§
impl Eq for EditTier
impl StructuralPartialEq for EditTier
Auto Trait Implementations§
impl Freeze for EditTier
impl RefUnwindSafe for EditTier
impl Send for EditTier
impl Sync for EditTier
impl Unpin for EditTier
impl UnsafeUnpin for EditTier
impl UnwindSafe for EditTier
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