pub struct NullConstructor { /* private fields */ }Implementations§
Source§impl NullConstructor
impl NullConstructor
Sourcepub fn builder() -> NullConstructorBuilder
pub fn builder() -> NullConstructorBuilder
Create an instance of NullConstructor using the builder syntax
Auto Trait Implementations§
impl Freeze for NullConstructor
impl RefUnwindSafe for NullConstructor
impl Send for NullConstructor
impl Sync for NullConstructor
impl Unpin for NullConstructor
impl UnwindSafe for NullConstructor
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