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