pub struct Secret;Expand description
Marks a key as secret
Trait Implementations§
Source§impl Ord for Secret
impl Ord for Secret
Source§impl PartialOrd for Secret
impl PartialOrd for Secret
Source§impl SealingKey for Secret
impl SealingKey for Secret
const PIE_WRAP_HEADER: &'static str = ".secret-wrap.pie."
const PW_WRAP_HEADER: &'static str = ".secret-pw."
impl Copy for Secret
impl Eq for Secret
impl StructuralPartialEq for Secret
Auto Trait Implementations§
impl Freeze for Secret
impl RefUnwindSafe for Secret
impl Send for Secret
impl Sync for Secret
impl Unpin for Secret
impl UnwindSafe for Secret
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