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 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 moreSource§impl Debug for SystemTerminationReason
impl Debug for SystemTerminationReason
Source§impl Display for SystemTerminationReason
impl Display for SystemTerminationReason
Source§impl From<SystemTerminationReason> for ActorSystemError<ActorTerminationReason, SystemTerminationReason>
impl From<SystemTerminationReason> for ActorSystemError<ActorTerminationReason, SystemTerminationReason>
Source§fn from(err: SystemTerminationReason) -> Self
fn from(err: SystemTerminationReason) -> Self
Converts to this type from the input type.
Source§impl From<SystemTerminationReason> for UndefinedTerminationReason
impl From<SystemTerminationReason> for UndefinedTerminationReason
Source§fn from(original: SystemTerminationReason) -> UndefinedTerminationReason
fn from(original: SystemTerminationReason) -> UndefinedTerminationReason
Converts to this type from the input type.
Source§impl PartialEq for SystemTerminationReason
impl PartialEq for SystemTerminationReason
impl Eq for SystemTerminationReason
impl StructuralPartialEq for SystemTerminationReason
Auto Trait Implementations§
impl Freeze for SystemTerminationReason
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