pub struct MatchPresenceEvent {
pub match_id: String,
pub joins: Vec<Presence>,
pub leaves: Vec<Presence>,
}Fields§
§match_id: String§joins: Vec<Presence>§leaves: Vec<Presence>Trait Implementations§
Source§impl Clone for MatchPresenceEvent
impl Clone for MatchPresenceEvent
Source§fn clone(&self) -> MatchPresenceEvent
fn clone(&self) -> MatchPresenceEvent
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 moreSource§impl DeJson for MatchPresenceEvent
impl DeJson for MatchPresenceEvent
Auto Trait Implementations§
impl Freeze for MatchPresenceEvent
impl RefUnwindSafe for MatchPresenceEvent
impl Send for MatchPresenceEvent
impl Sync for MatchPresenceEvent
impl Unpin for MatchPresenceEvent
impl UnwindSafe for MatchPresenceEvent
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