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