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