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