pub struct InviteWithToken {
pub invite: Invite,
pub token: String,
}Fields§
§invite: Invite§token: StringPlaintext token — show in accept_url, never persist. Lost
after this method returns.
Trait Implementations§
Source§impl Clone for InviteWithToken
impl Clone for InviteWithToken
Source§fn clone(&self) -> InviteWithToken
fn clone(&self) -> InviteWithToken
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 moreAuto Trait Implementations§
impl Freeze for InviteWithToken
impl RefUnwindSafe for InviteWithToken
impl Send for InviteWithToken
impl Sync for InviteWithToken
impl Unpin for InviteWithToken
impl UnsafeUnpin for InviteWithToken
impl UnwindSafe for InviteWithToken
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