[−][src]Struct plotters_unstable::coord::types::RangedDateTime
The ranged coordinate for the date and time
Trait Implementations
impl<DT: Clone + Datelike + Timelike + TimeValue> Clone for RangedDateTime<DT>
[src]
fn clone(&self) -> RangedDateTime<DT>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<Z: TimeZone> From<Range<DateTime<Z>>> for RangedDateTime<DateTime<Z>>
[src]
impl From<Range<NaiveDateTime>> for RangedDateTime<NaiveDateTime>
[src]
fn from(range: Range<NaiveDateTime>) -> Self
[src]
impl<DT> Ranged for RangedDateTime<DT> where
DT: Datelike + Timelike + TimeValue + Clone + PartialOrd,
DT: Add<Duration, Output = DT>,
DT: Sub<DT, Output = Duration>,
RangedDate<DT::DateType>: Ranged<ValueType = DT::DateType>,
[src]
DT: Datelike + Timelike + TimeValue + Clone + PartialOrd,
DT: Add<Duration, Output = DT>,
DT: Sub<DT, Output = Duration>,
RangedDate<DT::DateType>: Ranged<ValueType = DT::DateType>,
type FormatOption = DefaultFormatting
This marker decides if Plotters default ValueFormatter implementation should be used. This assicated type can be one of follow two types: - DefaultFormatting will allow Plotters automatically impl the formatter based on Debug
trait, if Debug
trait is not impl for the Self::Value
, ValueFormatter will not impl unless you impl it manually. Read more
type ValueType = DT
The type of this value in this range specification
fn range(&self) -> Range<DT>
[src]
fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32
[src]
fn key_points<HintType: KeyPointHint>(
&self,
hint: HintType
) -> Vec<Self::ValueType>
[src]
&self,
hint: HintType
) -> Vec<Self::ValueType>
fn axis_pixel_range(&self, limit: (i32, i32)) -> Range<i32>
[src]
Auto Trait Implementations
impl<DT> RefUnwindSafe for RangedDateTime<DT> where
DT: RefUnwindSafe,
DT: RefUnwindSafe,
impl<DT> Send for RangedDateTime<DT> where
DT: Send,
DT: Send,
impl<DT> Sync for RangedDateTime<DT> where
DT: Sync,
DT: Sync,
impl<DT> Unpin for RangedDateTime<DT> where
DT: Unpin,
DT: Unpin,
impl<DT> UnwindSafe for RangedDateTime<DT> where
DT: UnwindSafe,
DT: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> AsRangedCoord for T where
T: Ranged,
[src]
T: Ranged,
type CoordDescType = T
type Value = <T as Ranged>::ValueType
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
T: Parameter<Self>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
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>,