pub struct OutputContractBlueprint {
pub kind: String,
pub schema: Option<Value>,
pub summary_guidance: Option<String>,
}Fields§
§kind: String§schema: Option<Value>§summary_guidance: Option<String>Trait Implementations§
Source§impl Clone for OutputContractBlueprint
impl Clone for OutputContractBlueprint
Source§fn clone(&self) -> OutputContractBlueprint
fn clone(&self) -> OutputContractBlueprint
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 OutputContractBlueprint
impl Debug for OutputContractBlueprint
Source§impl<'de> Deserialize<'de> for OutputContractBlueprint
impl<'de> Deserialize<'de> for OutputContractBlueprint
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 PartialEq for OutputContractBlueprint
impl PartialEq for OutputContractBlueprint
Source§impl Serialize for OutputContractBlueprint
impl Serialize for OutputContractBlueprint
impl StructuralPartialEq for OutputContractBlueprint
Auto Trait Implementations§
impl Freeze for OutputContractBlueprint
impl RefUnwindSafe for OutputContractBlueprint
impl Send for OutputContractBlueprint
impl Sync for OutputContractBlueprint
impl Unpin for OutputContractBlueprint
impl UnsafeUnpin for OutputContractBlueprint
impl UnwindSafe for OutputContractBlueprint
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