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