Struct consts::exhaustiveness::NonExhaustiveUnitStruct
source · [−]#[non_exhaustive]pub struct NonExhaustiveUnitStruct;Auto Trait Implementations
impl RefUnwindSafe for NonExhaustiveUnitStruct
impl Send for NonExhaustiveUnitStruct
impl Sync for NonExhaustiveUnitStruct
impl Unpin for NonExhaustiveUnitStruct
impl UnwindSafe for NonExhaustiveUnitStruct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more