pub struct BuiltInConfigPathResolution {
pub requested_path: ConfigPath,
pub normalized_path: ConfigPath,
pub canonical_path: ConfigPath,
pub matched_alias: Option<ConfigPath>,
pub support: ConfigSupportState,
}Fields§
§requested_path: ConfigPath§normalized_path: ConfigPath§canonical_path: ConfigPath§matched_alias: Option<ConfigPath>§support: ConfigSupportStateImplementations§
Source§impl BuiltInConfigPathResolution
impl BuiltInConfigPathResolution
pub fn canonical_identifier(&self) -> String
pub fn used_legacy_alias(&self) -> bool
Trait Implementations§
Source§impl Clone for BuiltInConfigPathResolution
impl Clone for BuiltInConfigPathResolution
Source§fn clone(&self) -> BuiltInConfigPathResolution
fn clone(&self) -> BuiltInConfigPathResolution
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 BuiltInConfigPathResolution
impl Debug for BuiltInConfigPathResolution
impl Eq for BuiltInConfigPathResolution
impl StructuralPartialEq for BuiltInConfigPathResolution
Auto Trait Implementations§
impl Freeze for BuiltInConfigPathResolution
impl RefUnwindSafe for BuiltInConfigPathResolution
impl Send for BuiltInConfigPathResolution
impl Sync for BuiltInConfigPathResolution
impl Unpin for BuiltInConfigPathResolution
impl UnsafeUnpin for BuiltInConfigPathResolution
impl UnwindSafe for BuiltInConfigPathResolution
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.