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