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