pub struct SettingOccurrence {
pub authored: SettingValue,
pub effective: Option<EffectiveNumber>,
}Expand description
A typed occurrence together with an evidenced effective numeric value.
Fields§
§effective: Option<EffectiveNumber>Trait Implementations§
Source§impl Clone for SettingOccurrence
impl Clone for SettingOccurrence
Source§fn clone(&self) -> SettingOccurrence
fn clone(&self) -> SettingOccurrence
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 SettingOccurrence
impl Debug for SettingOccurrence
Source§impl PartialEq for SettingOccurrence
impl PartialEq for SettingOccurrence
impl StructuralPartialEq for SettingOccurrence
Auto Trait Implementations§
impl Freeze for SettingOccurrence
impl RefUnwindSafe for SettingOccurrence
impl Send for SettingOccurrence
impl Sync for SettingOccurrence
impl Unpin for SettingOccurrence
impl UnsafeUnpin for SettingOccurrence
impl UnwindSafe for SettingOccurrence
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