pub struct ProjectionSpec {
pub id: ContentId,
pub kind: ProjectionKindRef,
pub config: Datum,
pub config_shape: ContentId,
pub provider: PackageIdentity,
}Expand description
Checked request for one loaded projection.
Fields§
§id: ContentIdStable request identity.
kind: ProjectionKindRefOpen loaded provider kind.
config: DatumProvider-specific configuration value.
config_shape: ContentIdShape that must match the loaded provider’s declared config Shape.
provider: PackageIdentityExact provider package and code identity.
Trait Implementations§
Source§impl Clone for ProjectionSpec
impl Clone for ProjectionSpec
Source§fn clone(&self) -> ProjectionSpec
fn clone(&self) -> ProjectionSpec
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 ProjectionSpec
impl Debug for ProjectionSpec
impl Eq for ProjectionSpec
Source§impl PartialEq for ProjectionSpec
impl PartialEq for ProjectionSpec
impl StructuralPartialEq for ProjectionSpec
Auto Trait Implementations§
impl Freeze for ProjectionSpec
impl RefUnwindSafe for ProjectionSpec
impl Send for ProjectionSpec
impl Sync for ProjectionSpec
impl Unpin for ProjectionSpec
impl UnsafeUnpin for ProjectionSpec
impl UnwindSafe for ProjectionSpec
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