pub struct SystemTerminationReason;Expand description
Non-actor related termination reason.
NOTICE:
It’s currently unused, but is left as a stub, until further massive errors refactoring is done.
Trait Implementations§
source§impl Clone for SystemTerminationReason
impl Clone for SystemTerminationReason
source§fn clone(&self) -> SystemTerminationReason
fn clone(&self) -> SystemTerminationReason
Returns a copy 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 moresource§impl Debug for SystemTerminationReason
impl Debug for SystemTerminationReason
source§impl Display for SystemTerminationReason
impl Display for SystemTerminationReason
source§impl From<SystemTerminationReason> for TerminationReason
impl From<SystemTerminationReason> for TerminationReason
source§fn from(original: SystemTerminationReason) -> TerminationReason
fn from(original: SystemTerminationReason) -> TerminationReason
Converts to this type from the input type.
source§impl PartialEq<SystemTerminationReason> for SystemTerminationReason
impl PartialEq<SystemTerminationReason> for SystemTerminationReason
source§fn eq(&self, other: &SystemTerminationReason) -> bool
fn eq(&self, other: &SystemTerminationReason) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SystemTerminationReason
impl StructuralEq for SystemTerminationReason
impl StructuralPartialEq for SystemTerminationReason
Auto Trait Implementations§
impl RefUnwindSafe for SystemTerminationReason
impl Send for SystemTerminationReason
impl Sync for SystemTerminationReason
impl Unpin for SystemTerminationReason
impl UnwindSafe for SystemTerminationReason
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more