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