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