Struct cadence_json::UFix64 [−][src]
pub struct UFix64(_);
Expand description
assert_eq!("0.00100000".parse::<UFix64>().unwrap(), UFix64::from_raw(100000));
assert_eq!("1000".parse::<UFix64>().unwrap(), UFix64::from_raw(100000000000));
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for UFix64
impl UnwindSafe for UFix64
Blanket Implementations
Mutably borrows from an owned value. Read more