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