pub struct PolicyInvite(/* private fields */);Expand description
A uuid backed invite identifier.
This crates requires the invites codes to be identifiable by a uuid.
Implementations§
Trait Implementations§
Source§impl AsRef<Uuid> for PolicyInvite
impl AsRef<Uuid> for PolicyInvite
Source§impl Clone for PolicyInvite
impl Clone for PolicyInvite
Source§fn clone(&self) -> PolicyInvite
fn clone(&self) -> PolicyInvite
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 PolicyInvite
impl Debug for PolicyInvite
Source§impl From<Uuid> for PolicyInvite
impl From<Uuid> for PolicyInvite
Source§impl FromStr for PolicyInvite
impl FromStr for PolicyInvite
Source§impl Hash for PolicyInvite
impl Hash for PolicyInvite
Source§impl PartialEq for PolicyInvite
impl PartialEq for PolicyInvite
impl Eq for PolicyInvite
impl IsSubject for PolicyInvite
impl StructuralPartialEq for PolicyInvite
Auto Trait Implementations§
impl Freeze for PolicyInvite
impl RefUnwindSafe for PolicyInvite
impl Send for PolicyInvite
impl Sync for PolicyInvite
impl Unpin for PolicyInvite
impl UnwindSafe for PolicyInvite
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