pub enum CantName {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CantName
impl RefUnwindSafe for CantName
impl Send for CantName
impl Sync for CantName
impl Unpin for CantName
impl UnwindSafe for CantName
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