pub struct SystemBridge;Expand description
Implementation of aptos system bridge.
Implementations§
Auto Trait Implementations§
impl Freeze for SystemBridge
impl RefUnwindSafe for SystemBridge
impl Send for SystemBridge
impl Sync for SystemBridge
impl Unpin for SystemBridge
impl UnwindSafe for SystemBridge
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more