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