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