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