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