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