Struct async_speed_limit::clock::Nanoseconds [−][src]
Number of nanoseconds since an arbitrary epoch.
This is the instant type of ManualClock
.
Trait Implementations
impl Add<Duration> for Nanoseconds
[src][+]
impl Clone for Nanoseconds
[src][+]
impl Copy for Nanoseconds
[src]
impl Debug for Nanoseconds
[src][+]
impl Eq for Nanoseconds
[src]
impl Hash for Nanoseconds
[src][+]
impl Ord for Nanoseconds
[src][+]
impl PartialEq<Nanoseconds> for Nanoseconds
[src][+]
impl PartialOrd<Nanoseconds> for Nanoseconds
[src][+]
impl StructuralEq for Nanoseconds
[src]
impl StructuralPartialEq for Nanoseconds
[src]
impl Sub<Nanoseconds> for Nanoseconds
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Nanoseconds
impl Send for Nanoseconds
impl Sync for Nanoseconds
impl Unpin for Nanoseconds
impl UnwindSafe for Nanoseconds
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,