pub struct FieldWell {
pub role: String,
pub projections: Vec<Projection>,
}Expand description
One field well of a visual: everything projected into a single role.
Fields§
§role: StringRole name as written, e.g. "Category", "Y", "Tooltips", "Values".
projections: Vec<Projection>Projections in the well, in source order.
Trait Implementations§
impl Eq for FieldWell
impl StructuralPartialEq for FieldWell
Auto Trait Implementations§
impl Freeze for FieldWell
impl RefUnwindSafe for FieldWell
impl Send for FieldWell
impl Sync for FieldWell
impl Unpin for FieldWell
impl UnsafeUnpin for FieldWell
impl UnwindSafe for FieldWell
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.