pub struct ConfigReportEntry {
pub lib: Symbol,
pub key: String,
pub source: String,
}Expand description
One field’s effective source label.
Fields§
§lib: SymbolLibrary table that contains the field.
key: StringTop-level field key.
source: StringHuman-readable source label.
Trait Implementations§
Source§impl Clone for ConfigReportEntry
impl Clone for ConfigReportEntry
Source§fn clone(&self) -> ConfigReportEntry
fn clone(&self) -> ConfigReportEntry
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 ConfigReportEntry
impl Debug for ConfigReportEntry
impl Eq for ConfigReportEntry
Source§impl PartialEq for ConfigReportEntry
impl PartialEq for ConfigReportEntry
impl StructuralPartialEq for ConfigReportEntry
Auto Trait Implementations§
impl Freeze for ConfigReportEntry
impl RefUnwindSafe for ConfigReportEntry
impl Send for ConfigReportEntry
impl Sync for ConfigReportEntry
impl Unpin for ConfigReportEntry
impl UnsafeUnpin for ConfigReportEntry
impl UnwindSafe for ConfigReportEntry
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