pub struct UseInviteQuery {
pub nonce: Option<String>,
}Expand description
Query used to provide a guild nonce when using an invite.
Fields§
§nonce: Option<String>The nonce to provide to the guild.
Trait Implementations§
Source§impl Clone for UseInviteQuery
impl Clone for UseInviteQuery
Source§fn clone(&self) -> UseInviteQuery
fn clone(&self) -> UseInviteQuery
Returns a duplicate 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 UseInviteQuery
impl Debug for UseInviteQuery
Source§impl<'de> Deserialize<'de> for UseInviteQuery
impl<'de> Deserialize<'de> for UseInviteQuery
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 UseInviteQuery
impl RefUnwindSafe for UseInviteQuery
impl Send for UseInviteQuery
impl Sync for UseInviteQuery
impl Unpin for UseInviteQuery
impl UnwindSafe for UseInviteQuery
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