pub enum Tagging {
Explicit,
Implicit,
}Expand description
Tagging mode
Variants§
Trait Implementations§
impl StructuralPartialEq for Tagging
Auto Trait Implementations§
impl Freeze for Tagging
impl RefUnwindSafe for Tagging
impl Send for Tagging
impl Sync for Tagging
impl Unpin for Tagging
impl UnsafeUnpin for Tagging
impl UnwindSafe for Tagging
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