pub struct NumTags;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumTags
impl RefUnwindSafe for NumTags
impl Send for NumTags
impl Sync for NumTags
impl Unpin for NumTags
impl UnsafeUnpin for NumTags
impl UnwindSafe for NumTags
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