pub struct MacReaderMapping { /* private fields */ }Expand description
Platform-minted local read-only witness for the audited core bridge.
Trait Implementations§
Auto Trait Implementations§
impl !Send for MacReaderMapping
impl !Sync for MacReaderMapping
impl Freeze for MacReaderMapping
impl RefUnwindSafe for MacReaderMapping
impl Unpin for MacReaderMapping
impl UnsafeUnpin for MacReaderMapping
impl UnwindSafe for MacReaderMapping
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