pub struct ConfigSourceReport {
pub source: ConfigSource,
pub status: SourceStatus,
}Expand description
One config source and its discovery status.
Fields§
§source: ConfigSourceSource descriptor that was checked.
status: SourceStatusDiscovery status for the source.
Trait Implementations§
Source§impl Clone for ConfigSourceReport
impl Clone for ConfigSourceReport
Source§fn clone(&self) -> ConfigSourceReport
fn clone(&self) -> ConfigSourceReport
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 ConfigSourceReport
impl Debug for ConfigSourceReport
impl Eq for ConfigSourceReport
Source§impl PartialEq for ConfigSourceReport
impl PartialEq for ConfigSourceReport
impl StructuralPartialEq for ConfigSourceReport
Auto Trait Implementations§
impl Freeze for ConfigSourceReport
impl RefUnwindSafe for ConfigSourceReport
impl Send for ConfigSourceReport
impl Sync for ConfigSourceReport
impl Unpin for ConfigSourceReport
impl UnsafeUnpin for ConfigSourceReport
impl UnwindSafe for ConfigSourceReport
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