pub struct QtvClient {
pub id: u32,
pub time: u32,
pub name: String,
}Fields§
§id: u32§time: u32§name: StringTrait Implementations§
Source§impl From<&QuakeClient> for QtvClient
impl From<&QuakeClient> for QtvClient
Source§fn from(client: &QuakeClient) -> Self
fn from(client: &QuakeClient) -> Self
Converts to this type from the input type.
impl Eq for QtvClient
impl StructuralPartialEq for QtvClient
Auto Trait Implementations§
impl Freeze for QtvClient
impl RefUnwindSafe for QtvClient
impl Send for QtvClient
impl Sync for QtvClient
impl Unpin for QtvClient
impl UnwindSafe for QtvClient
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