pub struct DeletePendingCallsForHelp {}
Trait Implementations§
Source§impl BaseParser for DeletePendingCallsForHelp
impl BaseParser for DeletePendingCallsForHelp
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 DeletePendingCallsForHelp
impl Clone for DeletePendingCallsForHelp
Source§fn clone(&self) -> DeletePendingCallsForHelp
fn clone(&self) -> DeletePendingCallsForHelp
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 DeletePendingCallsForHelp
impl Debug for DeletePendingCallsForHelp
Source§impl Default for DeletePendingCallsForHelp
impl Default for DeletePendingCallsForHelp
Source§fn default() -> DeletePendingCallsForHelp
fn default() -> DeletePendingCallsForHelp
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeletePendingCallsForHelp
Auto Trait Implementations§
impl Freeze for DeletePendingCallsForHelp
impl RefUnwindSafe for DeletePendingCallsForHelp
impl Send for DeletePendingCallsForHelp
impl Sync for DeletePendingCallsForHelp
impl Unpin for DeletePendingCallsForHelp
impl UnwindSafe for DeletePendingCallsForHelp
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