pub struct SnapshotPerspectiveSnapshot {
pub links: Vec<SnapshotPerspectiveSnapshotLinks>,
}
Fields§
§links: Vec<SnapshotPerspectiveSnapshotLinks>
Trait Implementations§
Source§impl Debug for SnapshotPerspectiveSnapshot
impl Debug for SnapshotPerspectiveSnapshot
Source§impl<'de> Deserialize<'de> for SnapshotPerspectiveSnapshot
impl<'de> Deserialize<'de> for SnapshotPerspectiveSnapshot
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<SnapshotPerspectiveSnapshot> for Perspective
impl From<SnapshotPerspectiveSnapshot> for Perspective
Source§fn from(perspective: SnapshotPerspectiveSnapshot) -> Self
fn from(perspective: SnapshotPerspectiveSnapshot) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SnapshotPerspectiveSnapshot
impl RefUnwindSafe for SnapshotPerspectiveSnapshot
impl Send for SnapshotPerspectiveSnapshot
impl Sync for SnapshotPerspectiveSnapshot
impl Unpin for SnapshotPerspectiveSnapshot
impl UnwindSafe for SnapshotPerspectiveSnapshot
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