pub struct ChartLinkRouter { /* private fields */ }Implementations§
Source§impl ChartLinkRouter
impl ChartLinkRouter
pub fn with_explicit_axis_map(self, map: BTreeMap<AxisId, LinkAxisKey>) -> Self
pub fn from_spec(spec: &ChartSpec) -> Self
pub fn from_model(model: &ChartModel) -> Self
pub fn axis_key(&self, axis: AxisId) -> Option<LinkAxisKey>
pub fn axis_for_key(&self, key: LinkAxisKey) -> Option<AxisId>
Trait Implementations§
Source§impl Clone for ChartLinkRouter
impl Clone for ChartLinkRouter
Source§fn clone(&self) -> ChartLinkRouter
fn clone(&self) -> ChartLinkRouter
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 moreAuto Trait Implementations§
impl Freeze for ChartLinkRouter
impl RefUnwindSafe for ChartLinkRouter
impl Send for ChartLinkRouter
impl Sync for ChartLinkRouter
impl Unpin for ChartLinkRouter
impl UnsafeUnpin for ChartLinkRouter
impl UnwindSafe for ChartLinkRouter
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