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