pub struct PreferencesNotification(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitAnd for PreferencesNotification
impl BitAnd for PreferencesNotification
Source§impl BitAndAssign for PreferencesNotification
impl BitAndAssign for PreferencesNotification
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PreferencesNotification
impl BitOr for PreferencesNotification
Source§impl BitOrAssign for PreferencesNotification
impl BitOrAssign for PreferencesNotification
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for PreferencesNotification
impl Clone for PreferencesNotification
Source§fn clone(&self) -> PreferencesNotification
fn clone(&self) -> PreferencesNotification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PreferencesNotification
impl Debug for PreferencesNotification
Source§impl PartialEq for PreferencesNotification
impl PartialEq for PreferencesNotification
Source§fn eq(&self, other: &PreferencesNotification) -> bool
fn eq(&self, other: &PreferencesNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PreferencesNotification
impl Eq for PreferencesNotification
impl StructuralPartialEq for PreferencesNotification
Auto Trait Implementations§
impl Freeze for PreferencesNotification
impl RefUnwindSafe for PreferencesNotification
impl Send for PreferencesNotification
impl Sync for PreferencesNotification
impl Unpin for PreferencesNotification
impl UnsafeUnpin for PreferencesNotification
impl UnwindSafe for PreferencesNotification
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