Struct thaw::InputSuffixBuilder
source · pub struct InputSuffixBuilder<TypedBuilderFields = ((),)> { /* private fields */ }Expand description
Builder for InputSuffix instances.
See InputSuffix::builder() for more info.
Implementations§
source§impl InputSuffixBuilder<((),)>
impl InputSuffixBuilder<((),)>
source§impl InputSuffixBuilder<((Children,),)>
impl InputSuffixBuilder<((Children,),)>
sourcepub fn build(self) -> InputSuffix
pub fn build(self) -> InputSuffix
Finalise the builder and create its InputSuffix instance
Trait Implementations§
Auto Trait Implementations§
impl<TypedBuilderFields> RefUnwindSafe for InputSuffixBuilder<TypedBuilderFields>where TypedBuilderFields: RefUnwindSafe,
impl<TypedBuilderFields> Send for InputSuffixBuilder<TypedBuilderFields>where TypedBuilderFields: Send,
impl<TypedBuilderFields> Sync for InputSuffixBuilder<TypedBuilderFields>where TypedBuilderFields: Sync,
impl<TypedBuilderFields> Unpin for InputSuffixBuilder<TypedBuilderFields>where TypedBuilderFields: Unpin,
impl<TypedBuilderFields> UnwindSafe for InputSuffixBuilder<TypedBuilderFields>where TypedBuilderFields: UnwindSafe,
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