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