Struct edge_executor::StdMonitor
source · pub struct StdMonitor(_, _);
Implementations§
source§impl StdMonitor
impl StdMonitor
Trait Implementations§
source§impl Default for StdMonitor
impl Default for StdMonitor
Auto Trait Implementations§
impl RefUnwindSafe for StdMonitor
impl Send for StdMonitor
impl Sync for StdMonitor
impl Unpin for StdMonitor
impl UnwindSafe for StdMonitor
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