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