pub struct Perspective {
pub links: Vec<LinkExpression>,
}
Fields§
§links: Vec<LinkExpression>
Trait Implementations§
Source§impl Clone for Perspective
impl Clone for Perspective
Source§fn clone(&self) -> Perspective
fn clone(&self) -> Perspective
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Perspective
impl Debug for Perspective
Source§impl<'de> Deserialize<'de> for Perspective
impl<'de> Deserialize<'de> for Perspective
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<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.
Auto Trait Implementations§
impl Freeze for Perspective
impl RefUnwindSafe for Perspective
impl Send for Perspective
impl Sync for Perspective
impl Unpin for Perspective
impl UnwindSafe for Perspective
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