pub struct MeAgentPerspectiveLinks {
pub author: String,
pub timestamp: String,
pub proof: MeAgentPerspectiveLinksProof,
pub data: MeAgentPerspectiveLinksData,
pub status: Option<String>,
}
Fields§
§timestamp: String
§proof: MeAgentPerspectiveLinksProof
§data: MeAgentPerspectiveLinksData
§status: Option<String>
Trait Implementations§
Source§impl Debug for MeAgentPerspectiveLinks
impl Debug for MeAgentPerspectiveLinks
Source§impl<'de> Deserialize<'de> for MeAgentPerspectiveLinks
impl<'de> Deserialize<'de> for MeAgentPerspectiveLinks
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<MeAgentPerspectiveLinks> for LinkExpression
impl From<MeAgentPerspectiveLinks> for LinkExpression
Source§fn from(link: MeAgentPerspectiveLinks) -> Self
fn from(link: MeAgentPerspectiveLinks) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MeAgentPerspectiveLinks
impl RefUnwindSafe for MeAgentPerspectiveLinks
impl Send for MeAgentPerspectiveLinks
impl Sync for MeAgentPerspectiveLinks
impl Unpin for MeAgentPerspectiveLinks
impl UnwindSafe for MeAgentPerspectiveLinks
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