pub struct InviteDetails {
pub invite: Invite,
pub raw_token: String,
}Expand description
Returned by invite_member. Caller sends the raw token in the invite email.
Fields§
§invite: Invite§raw_token: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for InviteDetails
impl RefUnwindSafe for InviteDetails
impl Send for InviteDetails
impl Sync for InviteDetails
impl Unpin for InviteDetails
impl UnsafeUnpin for InviteDetails
impl UnwindSafe for InviteDetails
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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