pub struct PresenceChanges { /* private fields */ }
Expand description
Presence変更設定
Implementations§
Trait Implementations§
Source§impl Clone for PresenceChanges
impl Clone for PresenceChanges
Source§fn clone(&self) -> PresenceChanges
fn clone(&self) -> PresenceChanges
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 moreSource§impl Debug for PresenceChanges
impl Debug for PresenceChanges
Auto Trait Implementations§
impl Freeze for PresenceChanges
impl RefUnwindSafe for PresenceChanges
impl Send for PresenceChanges
impl Sync for PresenceChanges
impl Unpin for PresenceChanges
impl UnwindSafe for PresenceChanges
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