Struct ad4m_client::types::Perspective
source · pub struct Perspective {
pub links: Vec<LinkExpression>,
}Fields§
§links: Vec<LinkExpression>Trait Implementations§
source§impl Debug for Perspective
impl Debug for Perspective
source§impl From<Perspective> for PerspectiveInput
impl From<Perspective> for PerspectiveInput
source§fn from(perspective: Perspective) -> Self
fn from(perspective: Perspective) -> Self
Converts to this type from the input type.
source§impl From<Perspective> for PerspectiveInput
impl From<Perspective> for PerspectiveInput
source§fn from(perspective: Perspective) -> Self
fn from(perspective: Perspective) -> Self
Converts to this type from the input type.
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.