pub struct FloatType {
pub unrestricted: Option<Unrestricted>,
pub float: Float,
}Expand description
Parses unrestricted? float
Fields§
§unrestricted: Option<Unrestricted>§float: FloatTrait Implementations§
impl Copy for FloatType
impl Eq for FloatType
Source§impl From<FloatType> for FloatingPointType
impl From<FloatType> for FloatingPointType
Source§impl Ord for FloatType
impl Ord for FloatType
1.21.0 (const: unstable) · 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 PartialOrd for FloatType
impl PartialOrd for FloatType
impl StructuralPartialEq for FloatType
Auto Trait Implementations§
impl Freeze for FloatType
impl RefUnwindSafe for FloatType
impl Send for FloatType
impl Sync for FloatType
impl Unpin for FloatType
impl UnsafeUnpin for FloatType
impl UnwindSafe for FloatType
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