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