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