Struct UserNotificationChangedKind
#[repr(transparent)]pub struct UserNotificationChangedKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for UserNotificationChangedKind
impl Clone for UserNotificationChangedKind
§fn clone(&self) -> UserNotificationChangedKind
fn clone(&self) -> UserNotificationChangedKind
Returns a copy 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 more§impl Debug for UserNotificationChangedKind
impl Debug for UserNotificationChangedKind
§impl Default for UserNotificationChangedKind
impl Default for UserNotificationChangedKind
§fn default() -> UserNotificationChangedKind
fn default() -> UserNotificationChangedKind
Returns the “default value” for a type. Read more
§impl PartialEq for UserNotificationChangedKind
impl PartialEq for UserNotificationChangedKind
impl Copy for UserNotificationChangedKind
impl Eq for UserNotificationChangedKind
impl StructuralPartialEq for UserNotificationChangedKind
Auto Trait Implementations§
impl Freeze for UserNotificationChangedKind
impl RefUnwindSafe for UserNotificationChangedKind
impl Send for UserNotificationChangedKind
impl Sync for UserNotificationChangedKind
impl Unpin for UserNotificationChangedKind
impl UnwindSafe for UserNotificationChangedKind
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