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