Struct toy_json_formatter::JsonString
source · pub struct JsonString<'i> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'i> Clone for JsonString<'i>
impl<'i> Clone for JsonString<'i>
source§fn clone(&self) -> JsonString<'i>
fn clone(&self) -> JsonString<'i>
Returns a copy 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<'i> RefUnwindSafe for JsonString<'i>
impl<'i> Send for JsonString<'i>
impl<'i> Sync for JsonString<'i>
impl<'i> Unpin for JsonString<'i>
impl<'i> UnwindSafe for JsonString<'i>
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