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