pub struct RootTextBindingOptConstructorBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> RootTextBindingOptConstructorBuilder<S>
impl<S: State> RootTextBindingOptConstructorBuilder<S>
Sourcepub fn build(self) -> RootTextBindingOptConstructorwhere
S: IsComplete,
pub fn build(self) -> RootTextBindingOptConstructorwhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn ws(self, value: WsNode) -> RootTextBindingOptConstructorBuilder<SetWs<S>>where
S::Ws: IsUnset,
pub fn ws(self, value: WsNode) -> RootTextBindingOptConstructorBuilder<SetWs<S>>where
S::Ws: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for RootTextBindingOptConstructorBuilder<S>
impl<S> RefUnwindSafe for RootTextBindingOptConstructorBuilder<S>
impl<S> Send for RootTextBindingOptConstructorBuilder<S>
impl<S> Sync for RootTextBindingOptConstructorBuilder<S>
impl<S> Unpin for RootTextBindingOptConstructorBuilder<S>
impl<S> UnwindSafe for RootTextBindingOptConstructorBuilder<S>
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