pub struct GuildVanityUrl {
pub code: Option<String>,
pub uses: u64,
}Fields§
§code: Option<String>§uses: u64Trait Implementations§
Source§impl Clone for GuildVanityUrl
impl Clone for GuildVanityUrl
Source§fn clone(&self) -> GuildVanityUrl
fn clone(&self) -> GuildVanityUrl
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 GuildVanityUrl
impl Debug for GuildVanityUrl
Source§impl<'de> Deserialize<'de> for GuildVanityUrl
impl<'de> Deserialize<'de> for GuildVanityUrl
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GuildVanityUrl
impl RefUnwindSafe for GuildVanityUrl
impl Send for GuildVanityUrl
impl Sync for GuildVanityUrl
impl Unpin for GuildVanityUrl
impl UnsafeUnpin for GuildVanityUrl
impl UnwindSafe for GuildVanityUrl
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