pub enum RunReason {
Dist(DistFocus),
Source(SourceFocus),
Uvs(UvsReason),
}Variants§
Trait Implementations§
Source§impl Error for RunReason
impl Error for RunReason
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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(value: ConfReason<ConfCore>) -> Self
fn from(value: 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(value: OMLCodeReason) -> Self
fn from(value: 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 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 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