pub struct Trusted;
Expand description
Trusted keys are rooted in the TPM.
Trait Implementations§
impl Copy for Trusted
impl Eq for Trusted
impl StructuralPartialEq for Trusted
Auto Trait Implementations§
impl Freeze for Trusted
impl RefUnwindSafe for Trusted
impl Send for Trusted
impl Sync for Trusted
impl Unpin for Trusted
impl UnwindSafe for Trusted
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