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