pub struct AlertIconPropsBuilder<TypedBuilderFields = ((),)> { /* private fields */ }
Expand description
Builder for AlertIconProps
instances.
See AlertIconProps::builder()
for more info.
Implementations§
Source§impl AlertIconPropsBuilder<((),)>
impl AlertIconPropsBuilder<((),)>
Source§impl AlertIconPropsBuilder<((AlertKind,),)>
impl AlertIconPropsBuilder<((AlertKind,),)>
Sourcepub fn build(self) -> AlertIconProps
pub fn build(self) -> AlertIconProps
Finalise the builder and create its AlertIconProps
instance
Trait Implementations§
Auto Trait Implementations§
impl<TypedBuilderFields> Freeze for AlertIconPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Freeze,
impl<TypedBuilderFields> RefUnwindSafe for AlertIconPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: RefUnwindSafe,
impl<TypedBuilderFields> Send for AlertIconPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Send,
impl<TypedBuilderFields> Sync for AlertIconPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Sync,
impl<TypedBuilderFields> Unpin for AlertIconPropsBuilder<TypedBuilderFields>where
TypedBuilderFields: Unpin,
impl<TypedBuilderFields> UnwindSafe for AlertIconPropsBuilder<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