pub enum OrionSecReason {
Sec(SecReason),
Uvs(UvsReason),
}Variants§
Trait Implementations§
Source§impl Debug for OrionSecReason
impl Debug for OrionSecReason
Source§impl Display for OrionSecReason
impl Display for OrionSecReason
Source§impl Error for OrionSecReason
impl Error for OrionSecReason
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 ErrorCode for OrionSecReason
impl ErrorCode for OrionSecReason
fn error_code(&self) -> i32
Source§impl From<SecReason> for OrionSecReason
impl From<SecReason> for OrionSecReason
Source§impl From<UvsReason> for OrionSecReason
impl From<UvsReason> for OrionSecReason
Source§impl PartialEq for OrionSecReason
impl PartialEq for OrionSecReason
Source§impl Serialize for OrionSecReason
impl Serialize for OrionSecReason
impl StructuralPartialEq for OrionSecReason
Auto Trait Implementations§
impl Freeze for OrionSecReason
impl RefUnwindSafe for OrionSecReason
impl Send for OrionSecReason
impl Sync for OrionSecReason
impl Unpin for OrionSecReason
impl UnwindSafe for OrionSecReason
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