pub enum HapticNotificationType {
Error,
Success,
Warning,
}
Expand description
Available types for notification_occurred
.
Variants§
Error
Error notification feedback.
Success
Success notification feedback.
Warning
Warning notification feedback.
Trait Implementations§
Source§impl Clone for HapticNotificationType
impl Clone for HapticNotificationType
Source§fn clone(&self) -> HapticNotificationType
fn clone(&self) -> HapticNotificationType
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 HapticNotificationType
impl Debug for HapticNotificationType
impl Copy for HapticNotificationType
Auto Trait Implementations§
impl Freeze for HapticNotificationType
impl RefUnwindSafe for HapticNotificationType
impl Send for HapticNotificationType
impl Sync for HapticNotificationType
impl Unpin for HapticNotificationType
impl UnwindSafe for HapticNotificationType
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