pub struct JsonFloat64(/* private fields */);Implementations§
Source§impl JsonFloat64
impl JsonFloat64
pub fn produce(&self, p__498: JsonProducer)
pub fn as_json_numeric_token(&self) -> Arc<String>
pub fn as_int32(&self) -> Result<i32>
pub fn as_int64(&self) -> Result<i64>
pub fn as_float64(&self) -> f64
pub fn new(content__509: f64) -> JsonFloat64
pub fn content(&self) -> f64
Trait Implementations§
Source§impl AnyValueTrait for JsonFloat64
impl AnyValueTrait for JsonFloat64
Source§impl AsAnyValue for JsonFloat64
impl AsAnyValue for JsonFloat64
fn as_any_value(&self) -> AnyValue
Source§impl Clone for JsonFloat64
impl Clone for JsonFloat64
Source§fn clone(&self) -> JsonFloat64
fn clone(&self) -> JsonFloat64
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 JsonNumericTrait for JsonFloat64
impl JsonNumericTrait for JsonFloat64
Source§impl JsonSyntaxTreeTrait for JsonFloat64
impl JsonSyntaxTreeTrait for JsonFloat64
fn as_enum(&self) -> JsonSyntaxTreeEnum
fn clone_boxed(&self) -> JsonSyntaxTree
fn produce(&self, p__498: JsonProducer)
Auto Trait Implementations§
impl Freeze for JsonFloat64
impl RefUnwindSafe for JsonFloat64
impl Send for JsonFloat64
impl Sync for JsonFloat64
impl Unpin for JsonFloat64
impl UnwindSafe for JsonFloat64
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