pub struct SettingOccurrence {
pub authored: SettingValue,
pub effective: Option<EffectiveNumber>,
}Expand description
A typed occurrence together with a source-backed effective numeric value.
Fields§
§effective: Option<EffectiveNumber>Trait Implementations§
Source§impl Clone for SettingOccurrence
impl Clone for SettingOccurrence
Source§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