pub struct NotificationPresenterProps { /* private fields */ }
Expand description
- NotificationPresenter
- Use this to present a notification from a server resource.
Implementations§
Source§impl NotificationPresenterProps
impl NotificationPresenterProps
Sourcepub fn builder() -> NotificationPresenterPropsBuilder<((), ())>
pub fn builder() -> NotificationPresenterPropsBuilder<((), ())>
Create a builder for building NotificationPresenterProps
.
On the builder, call .call(...)
, .children(...)
(optional) to set the values of the fields.
Finally, call .build()
to create the instance of NotificationPresenterProps
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotificationPresenterProps
impl RefUnwindSafe for NotificationPresenterProps
impl Send for NotificationPresenterProps
impl Sync for NotificationPresenterProps
impl Unpin for NotificationPresenterProps
impl UnwindSafe for NotificationPresenterProps
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