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 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 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 for RemoveRights
impl PartialEq for RemoveRights
impl StructuralPartialEq for RemoveRights
Auto Trait Implementations§
impl Freeze for RemoveRights
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