Struct open_rpc_schema::document::LinkObject
source · pub struct LinkObject {
pub name: Option<LinkObjectName>,
pub summary: Option<LinkObjectSummary>,
pub method: Option<LinkObjectMethod>,
pub description: Option<LinkObjectDescription>,
pub params: Option<LinkObjectParams>,
pub server: Option<LinkObjectServer>,
}Fields§
§name: Option<LinkObjectName>§summary: Option<LinkObjectSummary>§method: Option<LinkObjectMethod>§description: Option<LinkObjectDescription>§params: Option<LinkObjectParams>§server: Option<LinkObjectServer>Trait Implementations§
source§impl Clone for LinkObject
impl Clone for LinkObject
source§fn clone(&self) -> LinkObject
fn clone(&self) -> LinkObject
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 LinkObject
impl<'de> Deserialize<'de> for LinkObject
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