pub struct VerifiedKeyFrag { /* private fields */ }Expand description
Verified key fragment, good for reencryption.
Can be serialized, but cannot be deserialized directly.
It can only be obtained from KeyFrag::verify or KeyFrag::skip_verification.
Implementations§
Trait Implementations§
Source§impl Clone for VerifiedKeyFrag
impl Clone for VerifiedKeyFrag
Source§fn clone(&self) -> VerifiedKeyFrag
fn clone(&self) -> VerifiedKeyFrag
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 VerifiedKeyFrag
impl Debug for VerifiedKeyFrag
Source§impl DefaultSerialize for VerifiedKeyFrag
Available on crate feature default-serialization only.
impl DefaultSerialize for VerifiedKeyFrag
Available on crate feature
default-serialization only.Source§impl Display for VerifiedKeyFrag
impl Display for VerifiedKeyFrag
Source§impl PartialEq for VerifiedKeyFrag
impl PartialEq for VerifiedKeyFrag
Source§impl Serialize for VerifiedKeyFrag
impl Serialize for VerifiedKeyFrag
impl StructuralPartialEq for VerifiedKeyFrag
Auto Trait Implementations§
impl Freeze for VerifiedKeyFrag
impl RefUnwindSafe for VerifiedKeyFrag
impl Send for VerifiedKeyFrag
impl Sync for VerifiedKeyFrag
impl Unpin for VerifiedKeyFrag
impl UnwindSafe for VerifiedKeyFrag
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