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