Struct xash3d_protocol::admin::AdminChallenge
source · pub struct AdminChallenge;Expand description
Admin challenge request.
Implementations§
Trait Implementations§
source§impl Clone for AdminChallenge
impl Clone for AdminChallenge
source§fn clone(&self) -> AdminChallenge
fn clone(&self) -> AdminChallenge
Returns a copy 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 Debug for AdminChallenge
impl Debug for AdminChallenge
source§impl PartialEq for AdminChallenge
impl PartialEq for AdminChallenge
source§fn eq(&self, other: &AdminChallenge) -> bool
fn eq(&self, other: &AdminChallenge) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AdminChallenge
Auto Trait Implementations§
impl RefUnwindSafe for AdminChallenge
impl Send for AdminChallenge
impl Sync for AdminChallenge
impl Unpin for AdminChallenge
impl UnwindSafe for AdminChallenge
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