pub struct PkeSecret;Expand description
Marks a key as secret for unsealing keys
Trait Implementations§
Source§impl Ord for PkeSecret
impl Ord for PkeSecret
Source§impl PartialOrd for PkeSecret
impl PartialOrd for PkeSecret
impl Copy for PkeSecret
impl Eq for PkeSecret
impl StructuralPartialEq for PkeSecret
Auto Trait Implementations§
impl Freeze for PkeSecret
impl RefUnwindSafe for PkeSecret
impl Send for PkeSecret
impl Sync for PkeSecret
impl Unpin for PkeSecret
impl UnwindSafe for PkeSecret
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