pub struct SettingMultiSourceInteger {
pub configuration_source: i32,
pub database_source: i32,
pub effective_value: i32,
}Fields§
§configuration_source: i32§database_source: i32§effective_value: i32Implementations§
Trait Implementations§
Source§impl Clone for SettingMultiSourceInteger
impl Clone for SettingMultiSourceInteger
Source§fn clone(&self) -> SettingMultiSourceInteger
fn clone(&self) -> SettingMultiSourceInteger
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 SettingMultiSourceInteger
impl Debug for SettingMultiSourceInteger
Source§impl Default for SettingMultiSourceInteger
impl Default for SettingMultiSourceInteger
Source§fn default() -> SettingMultiSourceInteger
fn default() -> SettingMultiSourceInteger
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettingMultiSourceInteger
impl<'de> Deserialize<'de> for SettingMultiSourceInteger
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for SettingMultiSourceInteger
Auto Trait Implementations§
impl Freeze for SettingMultiSourceInteger
impl RefUnwindSafe for SettingMultiSourceInteger
impl Send for SettingMultiSourceInteger
impl Sync for SettingMultiSourceInteger
impl Unpin for SettingMultiSourceInteger
impl UnsafeUnpin for SettingMultiSourceInteger
impl UnwindSafe for SettingMultiSourceInteger
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