pub struct ConfigLoadOutcomeV1 {
pub path: PathBuf,
pub canonical_path: PathBuf,
pub source_fingerprint: String,
pub reason_codes: Vec<String>,
pub config: AiDENsConfigV1,
}Fields§
§path: PathBuf§canonical_path: PathBuf§source_fingerprint: String§reason_codes: Vec<String>§config: AiDENsConfigV1Trait Implementations§
Source§impl Clone for ConfigLoadOutcomeV1
impl Clone for ConfigLoadOutcomeV1
Source§fn clone(&self) -> ConfigLoadOutcomeV1
fn clone(&self) -> ConfigLoadOutcomeV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConfigLoadOutcomeV1
impl Debug for ConfigLoadOutcomeV1
impl Eq for ConfigLoadOutcomeV1
Source§impl PartialEq for ConfigLoadOutcomeV1
impl PartialEq for ConfigLoadOutcomeV1
Source§fn eq(&self, other: &ConfigLoadOutcomeV1) -> bool
fn eq(&self, other: &ConfigLoadOutcomeV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConfigLoadOutcomeV1
Auto Trait Implementations§
impl Freeze for ConfigLoadOutcomeV1
impl RefUnwindSafe for ConfigLoadOutcomeV1
impl Send for ConfigLoadOutcomeV1
impl Sync for ConfigLoadOutcomeV1
impl Unpin for ConfigLoadOutcomeV1
impl UnsafeUnpin for ConfigLoadOutcomeV1
impl UnwindSafe for ConfigLoadOutcomeV1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.