Struct jj_cli::config::AnnotatedValue
source · pub struct AnnotatedValue {
pub path: Vec<String>,
pub value: Value,
pub source: ConfigSource,
pub is_overridden: bool,
}Fields§
§path: Vec<String>§value: Value§source: ConfigSource§is_overridden: boolTrait Implementations§
source§impl Clone for AnnotatedValue
impl Clone for AnnotatedValue
source§fn clone(&self) -> AnnotatedValue
fn clone(&self) -> AnnotatedValue
Returns a copy of the value. Read more
1.0.0 · 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 AnnotatedValue
impl Debug for AnnotatedValue
source§impl PartialEq<AnnotatedValue> for AnnotatedValue
impl PartialEq<AnnotatedValue> for AnnotatedValue
source§fn eq(&self, other: &AnnotatedValue) -> bool
fn eq(&self, other: &AnnotatedValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AnnotatedValue
Auto Trait Implementations§
impl RefUnwindSafe for AnnotatedValue
impl Send for AnnotatedValue
impl Sync for AnnotatedValue
impl Unpin for AnnotatedValue
impl UnwindSafe for AnnotatedValue
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