pub struct QueryLinksPerspectiveQueryLinks {
pub author: String,
pub timestamp: String,
pub data: QueryLinksPerspectiveQueryLinksData,
pub proof: QueryLinksPerspectiveQueryLinksProof,
}Fields§
§timestamp: String§data: QueryLinksPerspectiveQueryLinksData§proof: QueryLinksPerspectiveQueryLinksProofTrait Implementations§
source§impl<'de> Deserialize<'de> for QueryLinksPerspectiveQueryLinks
impl<'de> Deserialize<'de> for QueryLinksPerspectiveQueryLinks
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<QueryLinksPerspectiveQueryLinks> for LinkExpression
impl From<QueryLinksPerspectiveQueryLinks> for LinkExpression
source§fn from(link: QueryLinksPerspectiveQueryLinks) -> Self
fn from(link: QueryLinksPerspectiveQueryLinks) -> Self
Converts to this type from the input type.