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