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