pub struct TeeTrustedStorageRollbackDetectionProtectionLevel;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TeeTrustedStorageRollbackDetectionProtectionLevel
impl RefUnwindSafe for TeeTrustedStorageRollbackDetectionProtectionLevel
impl Send for TeeTrustedStorageRollbackDetectionProtectionLevel
impl Sync for TeeTrustedStorageRollbackDetectionProtectionLevel
impl Unpin for TeeTrustedStorageRollbackDetectionProtectionLevel
impl UnwindSafe for TeeTrustedStorageRollbackDetectionProtectionLevel
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