pub struct InviteRequest {
pub invite_id: String,
pub credentials: Option<Credentials>,
}Expand description
Request parameters for getting a specific invite
Fields§
§invite_id: StringInvite identifier
credentials: Option<Credentials>Credentials for authentication (not serialized)
Trait Implementations§
Source§impl Clone for InviteRequest
impl Clone for InviteRequest
Source§fn clone(&self) -> InviteRequest
fn clone(&self) -> InviteRequest
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 InviteRequest
impl Debug for InviteRequest
Auto Trait Implementations§
impl Freeze for InviteRequest
impl RefUnwindSafe for InviteRequest
impl Send for InviteRequest
impl Sync for InviteRequest
impl Unpin for InviteRequest
impl UnwindSafe for InviteRequest
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