pub struct NotificationLiveRegionProps {}
Implementations§
Source§impl NotificationLiveRegionProps
impl NotificationLiveRegionProps
Sourcepub fn builder() -> NotificationLiveRegionPropsBuilder<()>
pub fn builder() -> NotificationLiveRegionPropsBuilder<()>
Create a builder for building NotificationLiveRegionProps
.
On the builder, call to set the values of the fields.
Finally, call .build()
to create the instance of NotificationLiveRegionProps
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotificationLiveRegionProps
impl RefUnwindSafe for NotificationLiveRegionProps
impl Send for NotificationLiveRegionProps
impl Sync for NotificationLiveRegionProps
impl Unpin for NotificationLiveRegionProps
impl UnwindSafe for NotificationLiveRegionProps
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