pub struct ExternalEvent {
pub place_name: Arc<str>,
pub token: ErasedToken,
}Expand description
An external event to inject into the executor.
Fields§
§place_name: Arc<str>§token: ErasedTokenTrait Implementations§
Source§impl Clone for ExternalEvent
impl Clone for ExternalEvent
Source§fn clone(&self) -> ExternalEvent
fn clone(&self) -> ExternalEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExternalEvent
impl !RefUnwindSafe for ExternalEvent
impl Send for ExternalEvent
impl Sync for ExternalEvent
impl Unpin for ExternalEvent
impl UnsafeUnpin for ExternalEvent
impl !UnwindSafe for ExternalEvent
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