pub struct MrSigner(/* private fields */);Expand description
32-byte hash of the enclave signing key (MRSIGNER).
Implementations§
Trait Implementations§
impl Copy for MrSigner
impl Eq for MrSigner
impl StructuralPartialEq for MrSigner
Auto Trait Implementations§
impl Freeze for MrSigner
impl RefUnwindSafe for MrSigner
impl Send for MrSigner
impl Sync for MrSigner
impl Unpin for MrSigner
impl UnsafeUnpin for MrSigner
impl UnwindSafe for MrSigner
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