pub struct SettingProvenance {
pub kind: SettingEvidenceKind,
pub source: &'static str,
pub reviewed: bool,
}Expand description
Provenance shared by the reviewed table projection.
Fields§
§kind: SettingEvidenceKind§source: &'static str§reviewed: boolTrait Implementations§
Source§impl Clone for SettingProvenance
impl Clone for SettingProvenance
Source§fn clone(&self) -> SettingProvenance
fn clone(&self) -> SettingProvenance
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 moreimpl Copy for SettingProvenance
Source§impl Debug for SettingProvenance
impl Debug for SettingProvenance
impl Eq for SettingProvenance
Source§impl PartialEq for SettingProvenance
impl PartialEq for SettingProvenance
impl StructuralPartialEq for SettingProvenance
Auto Trait Implementations§
impl Freeze for SettingProvenance
impl RefUnwindSafe for SettingProvenance
impl Send for SettingProvenance
impl Sync for SettingProvenance
impl Unpin for SettingProvenance
impl UnsafeUnpin for SettingProvenance
impl UnwindSafe for SettingProvenance
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