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 duplicate 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 for RestoreClient
impl PartialEq for RestoreClient
impl StructuralPartialEq for RestoreClient
Auto Trait Implementations§
impl Freeze for RestoreClient
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