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