pub struct EOS_PresenceModificationHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for EOS_PresenceModificationHandle
impl Clone for EOS_PresenceModificationHandle
Source§fn clone(&self) -> EOS_PresenceModificationHandle
fn clone(&self) -> EOS_PresenceModificationHandle
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 moreimpl Copy for EOS_PresenceModificationHandle
Auto Trait Implementations§
impl Freeze for EOS_PresenceModificationHandle
impl RefUnwindSafe for EOS_PresenceModificationHandle
impl Send for EOS_PresenceModificationHandle
impl Sync for EOS_PresenceModificationHandle
impl Unpin for EOS_PresenceModificationHandle
impl UnsafeUnpin for EOS_PresenceModificationHandle
impl UnwindSafe for EOS_PresenceModificationHandle
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