pub struct ProjectionEntry {
pub id: ProjectionId,
pub definition: ProjectionDefinition,
}Expand description
Fields§
§id: ProjectionIdStable projection identifier.
definition: ProjectionDefinitionPhysical projection definition.
Trait Implementations§
Source§impl Clone for ProjectionEntry
impl Clone for ProjectionEntry
Source§fn clone(&self) -> ProjectionEntry
fn clone(&self) -> ProjectionEntry
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 ProjectionEntry
impl Debug for ProjectionEntry
Source§impl<'de> Deserialize<'de> for ProjectionEntry
impl<'de> Deserialize<'de> for ProjectionEntry
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
impl Eq for ProjectionEntry
Source§impl PartialEq for ProjectionEntry
impl PartialEq for ProjectionEntry
Source§fn eq(&self, other: &ProjectionEntry) -> bool
fn eq(&self, other: &ProjectionEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProjectionEntry
impl Serialize for ProjectionEntry
impl StructuralPartialEq for ProjectionEntry
Auto Trait Implementations§
impl Freeze for ProjectionEntry
impl RefUnwindSafe for ProjectionEntry
impl Send for ProjectionEntry
impl Sync for ProjectionEntry
impl Unpin for ProjectionEntry
impl UnsafeUnpin for ProjectionEntry
impl UnwindSafe for ProjectionEntry
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