pub struct JSONString { /* private fields */ }
Implementations§
Source§impl JSONString
impl JSONString
Trait Implementations§
Source§impl Clone for JSONString
impl Clone for JSONString
Source§fn clone(&self) -> JSONString
fn clone(&self) -> JSONString
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 JSONString
impl Debug for JSONString
Auto Trait Implementations§
impl Freeze for JSONString
impl RefUnwindSafe for JSONString
impl Send for JSONString
impl Sync for JSONString
impl Unpin for JSONString
impl UnwindSafe for JSONString
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