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