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