pub struct ProjectionSpec {
pub projection_type: String,
}Expand description
Specification for a projection node.
Fields§
§projection_type: StringType of projection (e.g., “scalar”, “vector”, “magnitude”)
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 · 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
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