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