pub struct JsonOutput {
pub type_name: Option<Box<TypeName>>,
pub returning: Option<Box<JsonReturning>>,
}
Fields§
§type_name: Option<Box<TypeName>>
§returning: Option<Box<JsonReturning>>
Trait Implementations§
Source§impl Debug for JsonOutput
impl Debug for JsonOutput
Source§impl<'de> Deserialize<'de> for JsonOutput
impl<'de> Deserialize<'de> for JsonOutput
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
Auto Trait Implementations§
impl Freeze for JsonOutput
impl RefUnwindSafe for JsonOutput
impl Send for JsonOutput
impl Sync for JsonOutput
impl Unpin for JsonOutput
impl UnwindSafe for JsonOutput
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