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