pub struct UserUpdateEvent {
pub user: User,
pub raw: Value,
}Expand description
Typed Discord API object for UserUpdateEvent.
Fields§
§user: User§raw: ValueTrait Implementations§
Source§impl Clone for UserUpdateEvent
impl Clone for UserUpdateEvent
Source§fn clone(&self) -> UserUpdateEvent
fn clone(&self) -> UserUpdateEvent
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 moreAuto Trait Implementations§
impl Freeze for UserUpdateEvent
impl RefUnwindSafe for UserUpdateEvent
impl Send for UserUpdateEvent
impl Sync for UserUpdateEvent
impl Unpin for UserUpdateEvent
impl UnsafeUnpin for UserUpdateEvent
impl UnwindSafe for UserUpdateEvent
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