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 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 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 for GuildCreated
impl PartialEq for GuildCreated
impl StructuralPartialEq for GuildCreated
Auto Trait Implementations§
impl Freeze for GuildCreated
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