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