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