pub struct RangeSelector { /* private fields */ }
Implementations§
Source§impl RangeSelector
impl RangeSelector
pub fn visible(self, value: bool) -> Self
pub fn x(self, value: f64) -> Self
pub fn x_anchor(self, value: Anchor) -> Self
pub fn y(self, value: f64) -> Self
pub fn y_anchor(self, value: Anchor) -> Self
pub fn font(self, value: Font) -> Self
pub fn background_color(self, value: impl Color) -> Self
pub fn active_color(self, value: impl Color) -> Self
pub fn border_color(self, value: impl Color) -> Self
pub fn border_width(self, value: usize) -> Self
Source§impl RangeSelector
impl RangeSelector
Trait Implementations§
Source§impl Clone for RangeSelector
impl Clone for RangeSelector
Source§fn clone(&self) -> RangeSelector
fn clone(&self) -> RangeSelector
Returns a copy 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 RangeSelector
impl Debug for RangeSelector
Source§impl Default for RangeSelector
impl Default for RangeSelector
Auto Trait Implementations§
impl Freeze for RangeSelector
impl !RefUnwindSafe for RangeSelector
impl Send for RangeSelector
impl Sync for RangeSelector
impl Unpin for RangeSelector
impl !UnwindSafe for RangeSelector
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