pub struct ShutdownRequested;Expand description
A request to finish through one serialized behavior transition.
Trait Implementations§
Source§impl Clone for ShutdownRequested
impl Clone for ShutdownRequested
Source§fn clone(&self) -> ShutdownRequested
fn clone(&self) -> ShutdownRequested
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShutdownRequested
Source§impl Debug for ShutdownRequested
impl Debug for ShutdownRequested
Source§impl Default for ShutdownRequested
impl Default for ShutdownRequested
Source§fn default() -> ShutdownRequested
fn default() -> ShutdownRequested
Returns the “default value” for a type. Read more
impl Eq for ShutdownRequested
Source§impl<E> EventInput<ShutdownRequested> for ProxyEvent<E>
impl<E> EventInput<ShutdownRequested> for ProxyEvent<E>
fn inject(event: ShutdownRequested) -> Self
Source§impl<E> EventInput<ShutdownRequested> for SupervisionEvent<E>
impl<E> EventInput<ShutdownRequested> for SupervisionEvent<E>
fn inject(event: ShutdownRequested) -> Self
Source§impl<E> EventInput<ShutdownRequested> for TimedEvent<E>
impl<E> EventInput<ShutdownRequested> for TimedEvent<E>
fn inject(event: ShutdownRequested) -> Self
Source§impl<E> EventInput<ShutdownRequested> for WatchEvent<E>
impl<E> EventInput<ShutdownRequested> for WatchEvent<E>
fn inject(event: ShutdownRequested) -> Self
Source§impl<E: UserEvent> EventInput<ShutdownRequested> for ShutdownProtocol<E>
impl<E: UserEvent> EventInput<ShutdownRequested> for ShutdownProtocol<E>
fn inject(event: ShutdownRequested) -> Self
Source§impl Hash for ShutdownRequested
impl Hash for ShutdownRequested
Source§impl PartialEq for ShutdownRequested
impl PartialEq for ShutdownRequested
impl StructuralPartialEq for ShutdownRequested
Auto Trait Implementations§
impl Freeze for ShutdownRequested
impl RefUnwindSafe for ShutdownRequested
impl Send for ShutdownRequested
impl Sync for ShutdownRequested
impl Unpin for ShutdownRequested
impl UnsafeUnpin for ShutdownRequested
impl UnwindSafe for ShutdownRequested
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