pub struct WithGenericDefault {}Trait Implementations§
Source§impl WithDefaultType for WithGenericDefault
impl WithDefaultType for WithGenericDefault
fn default_type() -> AnyType
Auto Trait Implementations§
impl Freeze for WithGenericDefault
impl RefUnwindSafe for WithGenericDefault
impl Send for WithGenericDefault
impl Sync for WithGenericDefault
impl Unpin for WithGenericDefault
impl UnwindSafe for WithGenericDefault
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