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