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