pub struct ProjectionKindRef(/* private fields */);Expand description
Open identifier of a loaded projection kind.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectionKindRef
impl Clone for ProjectionKindRef
Source§fn clone(&self) -> ProjectionKindRef
fn clone(&self) -> ProjectionKindRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProjectionKindRef
impl Debug for ProjectionKindRef
Source§impl Display for ProjectionKindRef
impl Display for ProjectionKindRef
impl Eq for ProjectionKindRef
Source§impl Hash for ProjectionKindRef
impl Hash for ProjectionKindRef
Source§impl Ord for ProjectionKindRef
impl Ord for ProjectionKindRef
Source§fn cmp(&self, other: &ProjectionKindRef) -> Ordering
fn cmp(&self, other: &ProjectionKindRef) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ProjectionKindRef
impl PartialEq for ProjectionKindRef
Source§impl PartialOrd for ProjectionKindRef
impl PartialOrd for ProjectionKindRef
impl StructuralPartialEq for ProjectionKindRef
Auto Trait Implementations§
impl Freeze for ProjectionKindRef
impl RefUnwindSafe for ProjectionKindRef
impl Send for ProjectionKindRef
impl Sync for ProjectionKindRef
impl Unpin for ProjectionKindRef
impl UnsafeUnpin for ProjectionKindRef
impl UnwindSafe for ProjectionKindRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FingerprintValue for Twhere
T: Hash,
impl<T> FingerprintValue for Twhere
T: Hash,
Source§fn incremental_fingerprint(&self) -> ValueFingerprint
fn incremental_fingerprint(&self) -> ValueFingerprint
Returns a compact value identity for incremental cutoff.