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