pub struct RetrieveInviteParams {
pub invite_id: String,
}
Fields§
§invite_id: String
The ID of the invite to retrieve.
Implementations§
Trait Implementations§
Source§impl Clone for RetrieveInviteParams
impl Clone for RetrieveInviteParams
Source§fn clone(&self) -> RetrieveInviteParams
fn clone(&self) -> RetrieveInviteParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RetrieveInviteParams
impl Debug for RetrieveInviteParams
Source§impl<'de> Deserialize<'de> for RetrieveInviteParams
impl<'de> Deserialize<'de> for RetrieveInviteParams
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
Source§impl PartialEq for RetrieveInviteParams
impl PartialEq for RetrieveInviteParams
Source§impl Serialize for RetrieveInviteParams
impl Serialize for RetrieveInviteParams
impl StructuralPartialEq for RetrieveInviteParams
Auto Trait Implementations§
impl Freeze for RetrieveInviteParams
impl RefUnwindSafe for RetrieveInviteParams
impl Send for RetrieveInviteParams
impl Sync for RetrieveInviteParams
impl Unpin for RetrieveInviteParams
impl UnwindSafe for RetrieveInviteParams
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