pub struct GuildVanityUrlUpdatePayload {
pub code: Option<String>,
}Fields§
§code: Option<String>Trait Implementations§
Source§impl Clone for GuildVanityUrlUpdatePayload
impl Clone for GuildVanityUrlUpdatePayload
Source§fn clone(&self) -> GuildVanityUrlUpdatePayload
fn clone(&self) -> GuildVanityUrlUpdatePayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GuildVanityUrlUpdatePayload
impl Debug for GuildVanityUrlUpdatePayload
Source§impl Default for GuildVanityUrlUpdatePayload
impl Default for GuildVanityUrlUpdatePayload
Source§fn default() -> GuildVanityUrlUpdatePayload
fn default() -> GuildVanityUrlUpdatePayload
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GuildVanityUrlUpdatePayload
impl RefUnwindSafe for GuildVanityUrlUpdatePayload
impl Send for GuildVanityUrlUpdatePayload
impl Sync for GuildVanityUrlUpdatePayload
impl Unpin for GuildVanityUrlUpdatePayload
impl UnsafeUnpin for GuildVanityUrlUpdatePayload
impl UnwindSafe for GuildVanityUrlUpdatePayload
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