pub struct DoubleType {
pub unrestricted: Option<Unrestricted>,
pub double: Double,
}
Expand description
Parses unrestricted? double
Fields§
§unrestricted: Option<Unrestricted>
§double: Double
Trait Implementations§
Source§impl Clone for DoubleType
impl Clone for DoubleType
Source§fn clone(&self) -> DoubleType
fn clone(&self) -> DoubleType
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 DoubleType
impl Debug for DoubleType
Source§impl From<DoubleType> for FloatingPointType
impl From<DoubleType> for FloatingPointType
Source§fn from(x: DoubleType) -> Self
fn from(x: DoubleType) -> Self
Converts to this type from the input type.
Source§impl Hash for DoubleType
impl Hash for DoubleType
Source§impl Ord for DoubleType
impl Ord for DoubleType
Source§fn cmp(&self, other: &DoubleType) -> Ordering
fn cmp(&self, other: &DoubleType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DoubleType
impl PartialEq for DoubleType
Source§impl PartialOrd for DoubleType
impl PartialOrd for DoubleType
impl Copy for DoubleType
impl Eq for DoubleType
impl StructuralPartialEq for DoubleType
Auto Trait Implementations§
impl Freeze for DoubleType
impl RefUnwindSafe for DoubleType
impl Send for DoubleType
impl Sync for DoubleType
impl Unpin for DoubleType
impl UnwindSafe for DoubleType
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