pub struct RangeSliderYAxis { /* private fields */ }
Implementations§
Source§impl RangeSliderYAxis
impl RangeSliderYAxis
pub fn new() -> RangeSliderYAxis
pub fn range_mode(self, range_mode: SliderRangeMode) -> RangeSliderYAxis
pub fn range<C: NumOrString>(self, range: Vec<C>) -> RangeSliderYAxis
Trait Implementations§
Source§impl Debug for RangeSliderYAxis
impl Debug for RangeSliderYAxis
Source§impl Default for RangeSliderYAxis
impl Default for RangeSliderYAxis
Source§fn default() -> RangeSliderYAxis
fn default() -> RangeSliderYAxis
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RangeSliderYAxis
impl RefUnwindSafe for RangeSliderYAxis
impl Send for RangeSliderYAxis
impl Sync for RangeSliderYAxis
impl Unpin for RangeSliderYAxis
impl UnwindSafe for RangeSliderYAxis
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