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