Struct wasmer_config::app::pretty_duration::PrettyDuration
source · pub struct PrettyDuration {
unit: DurationUnit,
amount: u64,
}
Fields§
§unit: DurationUnit
§amount: u64
Implementations§
source§impl PrettyDuration
impl PrettyDuration
pub fn as_duration(&self) -> Duration
Trait Implementations§
source§impl Clone for PrettyDuration
impl Clone for PrettyDuration
source§fn clone(&self) -> PrettyDuration
fn clone(&self) -> PrettyDuration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PrettyDuration
impl Debug for PrettyDuration
source§impl Default for PrettyDuration
impl Default for PrettyDuration
source§impl<'de> Deserialize<'de> for PrettyDuration
impl<'de> Deserialize<'de> for PrettyDuration
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for PrettyDuration
impl Display for PrettyDuration
source§impl FromStr for PrettyDuration
impl FromStr for PrettyDuration
source§impl Hash for PrettyDuration
impl Hash for PrettyDuration
source§impl JsonSchema for PrettyDuration
impl JsonSchema for PrettyDuration
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword. Read moresource§impl Ord for PrettyDuration
impl Ord for PrettyDuration
source§impl PartialEq for PrettyDuration
impl PartialEq for PrettyDuration
source§fn eq(&self, other: &PrettyDuration) -> bool
fn eq(&self, other: &PrettyDuration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PrettyDuration
impl PartialOrd for PrettyDuration
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for PrettyDuration
impl Serialize for PrettyDuration
impl Copy for PrettyDuration
impl Eq for PrettyDuration
impl StructuralPartialEq for PrettyDuration
Auto Trait Implementations§
impl Freeze for PrettyDuration
impl RefUnwindSafe for PrettyDuration
impl Send for PrettyDuration
impl Sync for PrettyDuration
impl Unpin for PrettyDuration
impl UnwindSafe for PrettyDuration
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.