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