Struct Projection
pub struct Projection { /* private fields */ }Expand description
Projection metadata.
Implementations§
§impl Projection
impl Projection
Trait Implementations§
§impl Clone for Projection
impl Clone for Projection
§fn clone(&self) -> Projection
fn clone(&self) -> Projection
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 more§impl Debug for Projection
impl Debug for Projection
§impl Default for Projection
impl Default for Projection
§fn default() -> Projection
fn default() -> Projection
Returns the “default value” for a type. Read more
§impl Hash for Projection
impl Hash for Projection
§impl Ord for Projection
impl Ord for Projection
§impl PartialEq for Projection
impl PartialEq for Projection
§impl PartialOrd for Projection
impl PartialOrd for Projection
impl Eq for Projection
impl StructuralPartialEq for Projection
Auto Trait Implementations§
impl Freeze for Projection
impl RefUnwindSafe for Projection
impl Send for Projection
impl Sync for Projection
impl Unpin for Projection
impl UnsafeUnpin for Projection
impl UnwindSafe for Projection
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