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