Struct open_rpc_schema::document::ExampleObject
source · pub struct ExampleObject {
pub summary: Option<ExampleObjectSummary>,
pub value: ExampleObjectValue,
pub description: Option<ExampleObjectDescription>,
pub name: ExampleObjectName,
}Fields§
§summary: Option<ExampleObjectSummary>§value: ExampleObjectValue§description: Option<ExampleObjectDescription>§name: ExampleObjectNameTrait Implementations§
source§impl Clone for ExampleObject
impl Clone for ExampleObject
source§fn clone(&self) -> ExampleObject
fn clone(&self) -> ExampleObject
Returns a copy 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<'de> Deserialize<'de> for ExampleObject
impl<'de> Deserialize<'de> for ExampleObject
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