pub struct JsonInt32(/* private fields */);Implementations§
Trait Implementations§
Source§impl AnyValueTrait for JsonInt32
impl AnyValueTrait for JsonInt32
Source§impl AsAnyValue for JsonInt32
impl AsAnyValue for JsonInt32
fn as_any_value(&self) -> AnyValue
Source§impl JsonNumericTrait for JsonInt32
impl JsonNumericTrait for JsonInt32
Source§impl JsonSyntaxTreeTrait for JsonInt32
impl JsonSyntaxTreeTrait for JsonInt32
fn as_enum(&self) -> JsonSyntaxTreeEnum
fn clone_boxed(&self) -> JsonSyntaxTree
fn produce(&self, p__470: JsonProducer)
Auto Trait Implementations§
impl Freeze for JsonInt32
impl RefUnwindSafe for JsonInt32
impl Send for JsonInt32
impl Sync for JsonInt32
impl Unpin for JsonInt32
impl UnwindSafe for JsonInt32
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