pub enum IdentityKeyFallback {
Permitted,
Refused,
}Expand description
RNS 1.4.2 Identity.decrypt(..., enforce_ratchets=…): whether the identity key may open a token that no retained ratchet authenticates.
Variants§
Trait Implementations§
Source§impl Clone for IdentityKeyFallback
impl Clone for IdentityKeyFallback
Source§fn clone(&self) -> IdentityKeyFallback
fn clone(&self) -> IdentityKeyFallback
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IdentityKeyFallback
Source§impl Debug for IdentityKeyFallback
impl Debug for IdentityKeyFallback
impl Eq for IdentityKeyFallback
Source§impl PartialEq for IdentityKeyFallback
impl PartialEq for IdentityKeyFallback
impl StructuralPartialEq for IdentityKeyFallback
Auto Trait Implementations§
impl Freeze for IdentityKeyFallback
impl RefUnwindSafe for IdentityKeyFallback
impl Send for IdentityKeyFallback
impl Sync for IdentityKeyFallback
impl Unpin for IdentityKeyFallback
impl UnsafeUnpin for IdentityKeyFallback
impl UnwindSafe for IdentityKeyFallback
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