pub struct JsonWrapperStruct {
pub string: String,
}Expand description
No documentation provided.
Fields§
§string: StringNot documented
Trait Implementations§
Source§impl Clone for JsonWrapperStruct
impl Clone for JsonWrapperStruct
Source§fn clone(&self) -> JsonWrapperStruct
fn clone(&self) -> JsonWrapperStruct
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 JsonWrapperStruct
impl Debug for JsonWrapperStruct
Source§impl Default for JsonWrapperStruct
impl Default for JsonWrapperStruct
Source§fn default() -> JsonWrapperStruct
fn default() -> JsonWrapperStruct
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JsonWrapperStruct
impl<'de> Deserialize<'de> for JsonWrapperStruct
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl DeserializePayload for JsonWrapperStruct
impl DeserializePayload for JsonWrapperStruct
fn deserialize(payload: &[u8]) -> Self
Source§impl PartialEq for JsonWrapperStruct
impl PartialEq for JsonWrapperStruct
Source§impl Serialize for JsonWrapperStruct
impl Serialize for JsonWrapperStruct
Source§impl SerializePayload for JsonWrapperStruct
impl SerializePayload for JsonWrapperStruct
impl StructuralPartialEq for JsonWrapperStruct
Auto Trait Implementations§
impl Freeze for JsonWrapperStruct
impl RefUnwindSafe for JsonWrapperStruct
impl Send for JsonWrapperStruct
impl Sync for JsonWrapperStruct
impl Unpin for JsonWrapperStruct
impl UnwindSafe for JsonWrapperStruct
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