pub struct LinkAxisKey {
pub kind: AxisKind,
pub dataset: DatasetId,
pub field: FieldId,
}Fields§
§kind: AxisKind§dataset: DatasetId§field: FieldIdTrait Implementations§
Source§impl Clone for LinkAxisKey
impl Clone for LinkAxisKey
Source§fn clone(&self) -> LinkAxisKey
fn clone(&self) -> LinkAxisKey
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 LinkAxisKey
impl Debug for LinkAxisKey
Source§impl Ord for LinkAxisKey
impl Ord for LinkAxisKey
Source§impl PartialEq for LinkAxisKey
impl PartialEq for LinkAxisKey
Source§impl PartialOrd for LinkAxisKey
impl PartialOrd for LinkAxisKey
impl Copy for LinkAxisKey
impl Eq for LinkAxisKey
impl StructuralPartialEq for LinkAxisKey
Auto Trait Implementations§
impl Freeze for LinkAxisKey
impl RefUnwindSafe for LinkAxisKey
impl Send for LinkAxisKey
impl Sync for LinkAxisKey
impl Unpin for LinkAxisKey
impl UnsafeUnpin for LinkAxisKey
impl UnwindSafe for LinkAxisKey
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