pub enum TagsShort {
None,
Single(u64),
Multiple,
}Variants
None
Single(u64)
Multiple
Trait Implementations
impl Copy for TagsShort
impl Eq for TagsShort
impl StructuralEq for TagsShort
impl StructuralPartialEq for TagsShort
Auto Trait Implementations
impl RefUnwindSafe for TagsShort
impl Send for TagsShort
impl Sync for TagsShort
impl Unpin for TagsShort
impl UnwindSafe for TagsShort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more