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