Struct ad4m_client::runtime::set_status::PerspectiveInput
source · pub struct PerspectiveInput {
pub links: Vec<LinkExpressionInput>,
}Fields§
§links: Vec<LinkExpressionInput>Trait Implementations§
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.