pub struct RemoveRights {
pub user_ids: Vec<LegacyId>,
}
Fields§
§user_ids: Vec<LegacyId>
Trait Implementations§
source§impl BaseParser for RemoveRights
impl BaseParser for RemoveRights
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 RemoveRights
impl Clone for RemoveRights
source§fn clone(&self) -> RemoveRights
fn clone(&self) -> RemoveRights
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 RemoveRights
impl Debug for RemoveRights
source§impl Default for RemoveRights
impl Default for RemoveRights
source§fn default() -> RemoveRights
fn default() -> RemoveRights
Returns the “default value” for a type. Read more
source§impl PacketVariable for RemoveRights
impl PacketVariable for RemoveRights
source§impl PartialEq<RemoveRights> for RemoveRights
impl PartialEq<RemoveRights> for RemoveRights
source§fn eq(&self, other: &RemoveRights) -> bool
fn eq(&self, other: &RemoveRights) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RemoveRights
Auto Trait Implementations§
impl RefUnwindSafe for RemoveRights
impl Send for RemoveRights
impl Sync for RemoveRights
impl Unpin for RemoveRights
impl UnwindSafe for RemoveRights
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