pub struct ChartLinkPolicy {
pub brush: bool,
pub axis_pointer: bool,
pub domain_windows: bool,
}Fields§
§brush: bool§axis_pointer: bool§domain_windows: boolTrait Implementations§
Source§impl Clone for ChartLinkPolicy
impl Clone for ChartLinkPolicy
Source§fn clone(&self) -> ChartLinkPolicy
fn clone(&self) -> ChartLinkPolicy
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 ChartLinkPolicy
impl Debug for ChartLinkPolicy
Source§impl Default for ChartLinkPolicy
impl Default for ChartLinkPolicy
Source§fn default() -> ChartLinkPolicy
fn default() -> ChartLinkPolicy
Returns the “default value” for a type. Read more
impl Copy for ChartLinkPolicy
Auto Trait Implementations§
impl Freeze for ChartLinkPolicy
impl RefUnwindSafe for ChartLinkPolicy
impl Send for ChartLinkPolicy
impl Sync for ChartLinkPolicy
impl Unpin for ChartLinkPolicy
impl UnsafeUnpin for ChartLinkPolicy
impl UnwindSafe for ChartLinkPolicy
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