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