pub struct RestoreClient {}
Trait Implementations§
source§impl BaseParser for RestoreClient
impl BaseParser for RestoreClient
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for RestoreClient
impl Clone for RestoreClient
source§fn clone(&self) -> RestoreClient
fn clone(&self) -> RestoreClient
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 RestoreClient
impl Debug for RestoreClient
source§impl Default for RestoreClient
impl Default for RestoreClient
source§fn default() -> RestoreClient
fn default() -> RestoreClient
Returns the “default value” for a type. Read more
source§impl PacketVariable for RestoreClient
impl PacketVariable for RestoreClient
source§impl PartialEq<RestoreClient> for RestoreClient
impl PartialEq<RestoreClient> for RestoreClient
source§fn eq(&self, other: &RestoreClient) -> bool
fn eq(&self, other: &RestoreClient) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RestoreClient
Auto Trait Implementations§
impl RefUnwindSafe for RestoreClient
impl Send for RestoreClient
impl Sync for RestoreClient
impl Unpin for RestoreClient
impl UnwindSafe for RestoreClient
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