Struct UserNotificationListenerAccessStatus
#[repr(transparent)]pub struct UserNotificationListenerAccessStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for UserNotificationListenerAccessStatus
impl Clone for UserNotificationListenerAccessStatus
§fn clone(&self) -> UserNotificationListenerAccessStatus
fn clone(&self) -> UserNotificationListenerAccessStatus
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 Default for UserNotificationListenerAccessStatus
impl Default for UserNotificationListenerAccessStatus
§fn default() -> UserNotificationListenerAccessStatus
fn default() -> UserNotificationListenerAccessStatus
Returns the “default value” for a type. Read more
§impl PartialEq for UserNotificationListenerAccessStatus
impl PartialEq for UserNotificationListenerAccessStatus
§fn eq(&self, other: &UserNotificationListenerAccessStatus) -> bool
fn eq(&self, other: &UserNotificationListenerAccessStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UserNotificationListenerAccessStatus
impl Eq for UserNotificationListenerAccessStatus
impl StructuralPartialEq for UserNotificationListenerAccessStatus
Auto Trait Implementations§
impl Freeze for UserNotificationListenerAccessStatus
impl RefUnwindSafe for UserNotificationListenerAccessStatus
impl Send for UserNotificationListenerAccessStatus
impl Sync for UserNotificationListenerAccessStatus
impl Unpin for UserNotificationListenerAccessStatus
impl UnwindSafe for UserNotificationListenerAccessStatus
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