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