pub struct OmaSettingFloatingPoint {
pub value: String,
}Fields§
§value: StringTrait Implementations§
Source§impl Clone for OmaSettingFloatingPoint
impl Clone for OmaSettingFloatingPoint
Source§fn clone(&self) -> OmaSettingFloatingPoint
fn clone(&self) -> OmaSettingFloatingPoint
Returns a duplicate 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 OmaSettingFloatingPoint
impl Debug for OmaSettingFloatingPoint
Source§impl<'de> Deserialize<'de> for OmaSettingFloatingPoint
impl<'de> Deserialize<'de> for OmaSettingFloatingPoint
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
Source§impl PartialEq for OmaSettingFloatingPoint
impl PartialEq for OmaSettingFloatingPoint
Source§impl Serialize for OmaSettingFloatingPoint
impl Serialize for OmaSettingFloatingPoint
impl Eq for OmaSettingFloatingPoint
impl StructuralPartialEq for OmaSettingFloatingPoint
Auto Trait Implementations§
impl Freeze for OmaSettingFloatingPoint
impl RefUnwindSafe for OmaSettingFloatingPoint
impl Send for OmaSettingFloatingPoint
impl Sync for OmaSettingFloatingPoint
impl Unpin for OmaSettingFloatingPoint
impl UnwindSafe for OmaSettingFloatingPoint
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