pub struct ProjectionKey(/* private fields */);Expand description
Opaque stringly-typed identifier (D-11).
Implementations§
Trait Implementations§
Source§impl Clone for ProjectionKey
impl Clone for ProjectionKey
Source§fn clone(&self) -> ProjectionKey
fn clone(&self) -> ProjectionKey
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 ProjectionKey
impl Debug for ProjectionKey
Source§impl<'de> Deserialize<'de> for ProjectionKey
impl<'de> Deserialize<'de> for ProjectionKey
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 Display for ProjectionKey
impl Display for ProjectionKey
impl Eq for ProjectionKey
Source§impl From<&str> for ProjectionKey
impl From<&str> for ProjectionKey
Source§impl From<String> for ProjectionKey
impl From<String> for ProjectionKey
Source§impl Hash for ProjectionKey
impl Hash for ProjectionKey
Source§impl PartialEq for ProjectionKey
impl PartialEq for ProjectionKey
Source§fn eq(&self, other: &ProjectionKey) -> bool
fn eq(&self, other: &ProjectionKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProjectionKey
impl Serialize for ProjectionKey
impl StructuralPartialEq for ProjectionKey
Auto Trait Implementations§
impl Freeze for ProjectionKey
impl RefUnwindSafe for ProjectionKey
impl Send for ProjectionKey
impl Sync for ProjectionKey
impl Unpin for ProjectionKey
impl UnsafeUnpin for ProjectionKey
impl UnwindSafe for ProjectionKey
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