pub struct StructFieldDescriptionJson {
pub docs: Vec<String>,
pub name: String,
pub field_type: String,
}
Fields§
§docs: Vec<String>
§name: String
§field_type: String
Implementations§
Source§impl StructFieldDescriptionJson
impl StructFieldDescriptionJson
pub fn to_struct_field_description(&self) -> StructFieldDescription
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StructFieldDescriptionJson
impl<'de> Deserialize<'de> for StructFieldDescriptionJson
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 From<&StructFieldDescription> for StructFieldDescriptionJson
impl From<&StructFieldDescription> for StructFieldDescriptionJson
Source§fn from(abi: &StructFieldDescription) -> Self
fn from(abi: &StructFieldDescription) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StructFieldDescriptionJson
impl RefUnwindSafe for StructFieldDescriptionJson
impl Send for StructFieldDescriptionJson
impl Sync for StructFieldDescriptionJson
impl Unpin for StructFieldDescriptionJson
impl UnwindSafe for StructFieldDescriptionJson
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