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