Struct IdentityUpdateEvent
#[repr(transparent)]pub struct IdentityUpdateEvent(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl IdentityUpdateEvent
impl IdentityUpdateEvent
Trait Implementations§
§impl BitAnd for IdentityUpdateEvent
impl BitAnd for IdentityUpdateEvent
§impl BitAndAssign for IdentityUpdateEvent
impl BitAndAssign for IdentityUpdateEvent
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for IdentityUpdateEvent
impl BitOr for IdentityUpdateEvent
§impl BitOrAssign for IdentityUpdateEvent
impl BitOrAssign for IdentityUpdateEvent
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for IdentityUpdateEvent
impl Clone for IdentityUpdateEvent
§fn clone(&self) -> IdentityUpdateEvent
fn clone(&self) -> IdentityUpdateEvent
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 IdentityUpdateEvent
impl Debug for IdentityUpdateEvent
§impl Default for IdentityUpdateEvent
impl Default for IdentityUpdateEvent
§fn default() -> IdentityUpdateEvent
fn default() -> IdentityUpdateEvent
Returns the “default value” for a type. Read more
§impl Not for IdentityUpdateEvent
impl Not for IdentityUpdateEvent
§impl PartialEq for IdentityUpdateEvent
impl PartialEq for IdentityUpdateEvent
impl Copy for IdentityUpdateEvent
impl Eq for IdentityUpdateEvent
impl StructuralPartialEq for IdentityUpdateEvent
Auto Trait Implementations§
impl Freeze for IdentityUpdateEvent
impl RefUnwindSafe for IdentityUpdateEvent
impl Send for IdentityUpdateEvent
impl Sync for IdentityUpdateEvent
impl Unpin for IdentityUpdateEvent
impl UnwindSafe for IdentityUpdateEvent
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