pub struct Perspective(/* private fields */);
Trait Implementations§
Source§impl Clone for Perspective
impl Clone for Perspective
Source§fn clone(&self) -> Perspective
fn clone(&self) -> Perspective
Returns a duplicate 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 Hash for Perspective
impl Hash for Perspective
Source§impl Ord for Perspective
impl Ord for Perspective
Source§fn cmp(&self, other: &Perspective) -> Ordering
fn cmp(&self, other: &Perspective) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Perspective
impl PartialEq for Perspective
Source§impl PartialOrd for Perspective
impl PartialOrd for Perspective
Source§impl StaticType for Perspective
impl StaticType for Perspective
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for Perspective
impl StructuralPartialEq for Perspective
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