pub struct InvitationSecret(/* private fields */);Expand description
A one-time offline invitation bearer secret.
Trait Implementations§
Source§impl Clone for InvitationSecret
impl Clone for InvitationSecret
Source§fn clone(&self) -> InvitationSecret
fn clone(&self) -> InvitationSecret
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 InvitationSecret
impl Debug for InvitationSecret
Source§impl Drop for InvitationSecret
impl Drop for InvitationSecret
Auto Trait Implementations§
impl Freeze for InvitationSecret
impl RefUnwindSafe for InvitationSecret
impl Send for InvitationSecret
impl Sync for InvitationSecret
impl Unpin for InvitationSecret
impl UnwindSafe for InvitationSecret
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