pub enum RunReason {
Dist(DistFocus),
Source(SourceFocus),
Uvs(UvsReason),
}Variants§
Trait Implementations§
Source§impl ErrorIdentityProvider for RunReason
impl ErrorIdentityProvider for RunReason
fn stable_code(&self) -> &'static str
fn error_category(&self) -> ErrorCategory
Source§impl From<ConfIOReason> for RunReason
impl From<ConfIOReason> for RunReason
Source§fn from(value: ConfIOReason) -> Self
fn from(value: ConfIOReason) -> Self
Converts to this type from the input type.
Source§impl From<ConfReason<ConfCore>> for RunReason
impl From<ConfReason<ConfCore>> for RunReason
Source§fn from(_: ConfReason<ConfCore>) -> Self
fn from(_: ConfReason<ConfCore>) -> Self
Converts to this type from the input type.
Source§impl From<OMLCodeReason> for RunReason
impl From<OMLCodeReason> for RunReason
Source§fn from(_: OMLCodeReason) -> Self
fn from(_: OMLCodeReason) -> Self
Converts to this type from the input type.
Source§impl From<OrionSecReason> for RunReason
impl From<OrionSecReason> for RunReason
Source§fn from(value: OrionSecReason) -> Self
fn from(value: OrionSecReason) -> Self
Converts to this type from the input type.
Source§impl From<SinkReason> for RunReason
impl From<SinkReason> for RunReason
Source§fn from(e: SinkReason) -> Self
fn from(e: SinkReason) -> Self
Converts to this type from the input type.
Source§impl From<SourceFocus> for RunReason
impl From<SourceFocus> for RunReason
Source§fn from(value: SourceFocus) -> Self
fn from(value: SourceFocus) -> Self
Converts to this type from the input type.
Source§impl From<SourceReason> for RunReason
impl From<SourceReason> for RunReason
Source§fn from(e: SourceReason) -> Self
fn from(e: SourceReason) -> Self
Converts to this type from the input type.
Source§impl SysErrorCode for RunReason
impl SysErrorCode for RunReason
impl DomainReason for RunReason
impl StructuralPartialEq for RunReason
Auto Trait Implementations§
impl Freeze for RunReason
impl RefUnwindSafe for RunReason
impl Send for RunReason
impl Sync for RunReason
impl Unpin for RunReason
impl UnsafeUnpin for RunReason
impl UnwindSafe for RunReason
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