pub struct OutputAbiJson {
pub output_name: String,
pub type_name: String,
pub multi_result: Option<bool>,
}
Fields§
§output_name: String
§type_name: String
§multi_result: Option<bool>
Bool that is only serialized when true
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OutputAbiJson
impl<'de> Deserialize<'de> for OutputAbiJson
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<&OutputAbi> for OutputAbiJson
impl From<&OutputAbi> for OutputAbiJson
Auto Trait Implementations§
impl Freeze for OutputAbiJson
impl RefUnwindSafe for OutputAbiJson
impl Send for OutputAbiJson
impl Sync for OutputAbiJson
impl Unpin for OutputAbiJson
impl UnwindSafe for OutputAbiJson
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