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