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