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