pub struct ProviderJson(/* private fields */);Expand description
JSON provider.
Trait Implementations§
Source§impl Clone for ProviderJson
impl Clone for ProviderJson
Source§fn clone(&self) -> ProviderJson
fn clone(&self) -> ProviderJson
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 Debug for ProviderJson
impl Debug for ProviderJson
Source§impl Deref for ProviderJson
impl Deref for ProviderJson
Source§impl Provider for ProviderJson
impl Provider for ProviderJson
Auto Trait Implementations§
impl Freeze for ProviderJson
impl RefUnwindSafe for ProviderJson
impl Send for ProviderJson
impl Sync for ProviderJson
impl Unpin for ProviderJson
impl UnwindSafe for ProviderJson
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