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