[−][src]Struct plotters::prelude::RangedDateTime
The ranged coordinate for the date and time
Trait Implementations
impl<Z: TimeZone> Ranged for RangedDateTime<Z>[src]
type ValueType = DateTime<Z>
The type of this value
fn range(&self) -> Range<DateTime<Z>>[src]
fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32[src]
fn key_points(&self, max_points: usize) -> Vec<Self::ValueType>[src]
fn axis_pixel_range(&self, limit: (i32, i32)) -> Range<i32>[src]
impl<Z: TimeZone> From<Range<DateTime<Z>>> for RangedDateTime<Z>[src]
Auto Trait Implementations
impl<Z> Send for RangedDateTime<Z> where
<Z as TimeZone>::Offset: Send,
<Z as TimeZone>::Offset: Send,
impl<Z> Sync for RangedDateTime<Z> where
<Z as TimeZone>::Offset: Sync,
<Z as TimeZone>::Offset: Sync,
impl<Z> Unpin for RangedDateTime<Z> where
<Z as TimeZone>::Offset: Unpin,
<Z as TimeZone>::Offset: Unpin,
impl<Z> UnwindSafe for RangedDateTime<Z> where
<Z as TimeZone>::Offset: UnwindSafe,
<Z as TimeZone>::Offset: UnwindSafe,
impl<Z> RefUnwindSafe for RangedDateTime<Z> where
<Z as TimeZone>::Offset: RefUnwindSafe,
<Z as TimeZone>::Offset: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> SetParameter for T[src]
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float, [src]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>, [src]
M: TransformMatrix<Swp, Dwp, T>,