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