pub struct ApiMatch {
pub authoritative: bool,
pub handler_name: String,
pub label: String,
pub match_id: String,
pub size: i32,
pub tick_rate: i32,
}Expand description
Represents a realtime match.
Fields§
§handler_name: String§label: String§match_id: String§size: i32§tick_rate: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiMatch
impl RefUnwindSafe for ApiMatch
impl Send for ApiMatch
impl Sync for ApiMatch
impl Unpin for ApiMatch
impl UnwindSafe for ApiMatch
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