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