pub struct Disuse;
Expand description
Receiver type for disuse return value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Disuse
impl RefUnwindSafe for Disuse
impl Send for Disuse
impl Sync for Disuse
impl Unpin for Disuse
impl UnwindSafe for Disuse
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