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