pub struct JsonNumeric(/* private fields */);Implementations§
Source§impl JsonNumeric
impl JsonNumeric
pub fn new(selfish: impl JsonNumericTrait + 'static) -> JsonNumeric
Trait Implementations§
Source§impl AsAnyValue for JsonNumeric
impl AsAnyValue for JsonNumeric
fn as_any_value(&self) -> AnyValue
Source§impl Clone for JsonNumeric
impl Clone for JsonNumeric
Source§fn clone(&self) -> JsonNumeric
fn clone(&self) -> JsonNumeric
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 moreAuto Trait Implementations§
impl Freeze for JsonNumeric
impl !RefUnwindSafe for JsonNumeric
impl Send for JsonNumeric
impl Sync for JsonNumeric
impl Unpin for JsonNumeric
impl !UnwindSafe for JsonNumeric
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