pub struct ProjectionRef {
pub kind: String,
pub key: Value,
}Fields§
§kind: String§key: ValueImplementations§
Trait Implementations§
Source§impl Clone for ProjectionRef
impl Clone for ProjectionRef
Source§fn clone(&self) -> ProjectionRef
fn clone(&self) -> ProjectionRef
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 ProjectionRef
impl Debug for ProjectionRef
Source§impl<'de> Deserialize<'de> for ProjectionRef
impl<'de> Deserialize<'de> for ProjectionRef
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 PartialEq for ProjectionRef
impl PartialEq for ProjectionRef
Source§fn eq(&self, other: &ProjectionRef) -> bool
fn eq(&self, other: &ProjectionRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProjectionRef
impl Serialize for ProjectionRef
impl StructuralPartialEq for ProjectionRef
Auto Trait Implementations§
impl Freeze for ProjectionRef
impl RefUnwindSafe for ProjectionRef
impl Send for ProjectionRef
impl Sync for ProjectionRef
impl Unpin for ProjectionRef
impl UnsafeUnpin for ProjectionRef
impl UnwindSafe for ProjectionRef
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