pub enum TagClass {
Universal,
Application,
ContextSpecific,
Private,
}
Variants§
Trait Implementations§
impl Copy for TagClass
impl Eq for TagClass
impl StructuralPartialEq for TagClass
Auto Trait Implementations§
impl Freeze for TagClass
impl RefUnwindSafe for TagClass
impl Send for TagClass
impl Sync for TagClass
impl Unpin for TagClass
impl UnwindSafe for TagClass
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