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