pub struct NoDefault;Expand description
Valueless type that represents the inability to generate a resource by default.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoDefault
impl Send for NoDefault
impl Sync for NoDefault
impl Unpin for NoDefault
impl UnwindSafe for NoDefault
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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