Enum plotly::layout::TicksDirection
source · [−]pub enum TicksDirection {
Outside,
Inside,
}Variants
Outside
Inside
Trait Implementations
sourceimpl Clone for TicksDirection
impl Clone for TicksDirection
sourcefn clone(&self) -> TicksDirection
fn clone(&self) -> TicksDirection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TicksDirection
impl Debug for TicksDirection
sourceimpl Serialize for TicksDirection
impl Serialize for TicksDirection
Auto Trait Implementations
impl RefUnwindSafe for TicksDirection
impl Send for TicksDirection
impl Sync for TicksDirection
impl Unpin for TicksDirection
impl UnwindSafe for TicksDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more