pub enum NotificationState {
SlidingIn,
Holding,
SlidingOut,
Done,
}Variants§
Trait Implementations§
Source§impl Clone for NotificationState
impl Clone for NotificationState
Source§fn clone(&self) -> NotificationState
fn clone(&self) -> NotificationState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NotificationState
impl Debug for NotificationState
Source§impl PartialEq for NotificationState
impl PartialEq for NotificationState
impl Copy for NotificationState
impl StructuralPartialEq for NotificationState
Auto Trait Implementations§
impl Freeze for NotificationState
impl RefUnwindSafe for NotificationState
impl Send for NotificationState
impl Sync for NotificationState
impl Unpin for NotificationState
impl UnsafeUnpin for NotificationState
impl UnwindSafe for NotificationState
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