pub struct DurationNanoSeconds<FORMAT: Format = u64, STRICTNESS: Strictness = Strict>(/* private fields */);
Expand description
Equivalent to DurationSeconds
with nano-seconds as base unit.
This type is equivalent to DurationSeconds
except that each unit represents 1 nano-second instead of 1 second for DurationSeconds
.
Trait Implementations§
Source§impl<'de> DeserializeAs<'de, Duration> for DurationNanoSeconds<u64, Strict>
impl<'de> DeserializeAs<'de, Duration> for DurationNanoSeconds<u64, Strict>
Source§fn deserialize_as<D>(deserializer: D) -> Result<Duration, D::Error>where
D: Deserializer<'de>,
fn deserialize_as<D>(deserializer: D) -> Result<Duration, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer.
Source§impl<'de, FORMAT> DeserializeAs<'de, Duration> for DurationNanoSeconds<FORMAT, Flexible>where
FORMAT: Format,
impl<'de, FORMAT> DeserializeAs<'de, Duration> for DurationNanoSeconds<FORMAT, Flexible>where
FORMAT: Format,
Source§fn deserialize_as<D>(deserializer: D) -> Result<Duration, D::Error>where
D: Deserializer<'de>,
fn deserialize_as<D>(deserializer: D) -> Result<Duration, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer.
Source§impl<'de> DeserializeAs<'de, Duration> for DurationNanoSeconds<String, Strict>
impl<'de> DeserializeAs<'de, Duration> for DurationNanoSeconds<String, Strict>
Source§fn deserialize_as<D>(deserializer: D) -> Result<Duration, D::Error>where
D: Deserializer<'de>,
fn deserialize_as<D>(deserializer: D) -> Result<Duration, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer.
Source§impl<'de> DeserializeAs<'de, Duration> for DurationNanoSeconds<f64, Strict>
impl<'de> DeserializeAs<'de, Duration> for DurationNanoSeconds<f64, Strict>
Source§fn deserialize_as<D>(deserializer: D) -> Result<Duration, D::Error>where
D: Deserializer<'de>,
fn deserialize_as<D>(deserializer: D) -> Result<Duration, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer.
Source§impl<STRICTNESS> SerializeAs<Duration> for DurationNanoSeconds<String, STRICTNESS>where
STRICTNESS: Strictness,
impl<STRICTNESS> SerializeAs<Duration> for DurationNanoSeconds<String, STRICTNESS>where
STRICTNESS: Strictness,
Source§fn serialize_as<S>(source: &Duration, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
fn serialize_as<S>(source: &Duration, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
Serialize this value into the given Serde serializer.
Source§impl<STRICTNESS> SerializeAs<Duration> for DurationNanoSeconds<f64, STRICTNESS>where
STRICTNESS: Strictness,
impl<STRICTNESS> SerializeAs<Duration> for DurationNanoSeconds<f64, STRICTNESS>where
STRICTNESS: Strictness,
Source§fn serialize_as<S>(source: &Duration, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
fn serialize_as<S>(source: &Duration, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
Serialize this value into the given Serde serializer.
Source§impl<STRICTNESS> SerializeAs<Duration> for DurationNanoSeconds<u64, STRICTNESS>where
STRICTNESS: Strictness,
impl<STRICTNESS> SerializeAs<Duration> for DurationNanoSeconds<u64, STRICTNESS>where
STRICTNESS: Strictness,
Source§fn serialize_as<S>(source: &Duration, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
fn serialize_as<S>(source: &Duration, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
Serialize this value into the given Serde serializer.
Auto Trait Implementations§
impl<FORMAT, STRICTNESS> Freeze for DurationNanoSeconds<FORMAT, STRICTNESS>
impl<FORMAT, STRICTNESS> RefUnwindSafe for DurationNanoSeconds<FORMAT, STRICTNESS>where
FORMAT: RefUnwindSafe,
STRICTNESS: RefUnwindSafe,
impl<FORMAT, STRICTNESS> Send for DurationNanoSeconds<FORMAT, STRICTNESS>
impl<FORMAT, STRICTNESS> Sync for DurationNanoSeconds<FORMAT, STRICTNESS>
impl<FORMAT, STRICTNESS> Unpin for DurationNanoSeconds<FORMAT, STRICTNESS>
impl<FORMAT, STRICTNESS> UnwindSafe for DurationNanoSeconds<FORMAT, STRICTNESS>where
FORMAT: UnwindSafe,
STRICTNESS: UnwindSafe,
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes