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 copy 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<UserUpdate> for UserUpdate
impl PartialEq<UserUpdate> for UserUpdate
source§fn eq(&self, other: &UserUpdate) -> bool
fn eq(&self, other: &UserUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UserUpdate
Auto Trait Implementations§
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