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