#[repr(transparent)]pub struct JsonStringRepr(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl<T: Serialize + DeserializeOwned + 'static> Repr<T> for JsonStringRepr
impl<T: Serialize + DeserializeOwned + 'static> Repr<T> for JsonStringRepr
Auto Trait Implementations§
impl Freeze for JsonStringRepr
impl RefUnwindSafe for JsonStringRepr
impl Send for JsonStringRepr
impl Sync for JsonStringRepr
impl Unpin for JsonStringRepr
impl UnwindSafe for JsonStringRepr
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