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