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 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 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<UpdateGuildIdentity> for UpdateGuildIdentity
impl PartialEq<UpdateGuildIdentity> for UpdateGuildIdentity
source§fn eq(&self, other: &UpdateGuildIdentity) -> bool
fn eq(&self, other: &UpdateGuildIdentity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateGuildIdentity
Auto Trait Implementations§
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