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