pub struct MatchData {
pub match_id: String,
pub presence: Presence,
pub data: Vec<u8>,
pub op_code: String,
pub reliable: bool,
}Fields§
§match_id: String§presence: Presence§data: Vec<u8>§op_code: String§reliable: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MatchData
impl RefUnwindSafe for MatchData
impl Send for MatchData
impl Sync for MatchData
impl Unpin for MatchData
impl UnwindSafe for MatchData
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