[−][src]Struct k8s_openapi::apimachinery::pkg::apis::meta::v1::MicroTime
MicroTime is version of Time with microsecond level precision.
Trait Implementations
impl Clone for MicroTime
[src]
impl Debug for MicroTime
[src]
impl<'de> Deserialize<'de> for MicroTime
[src]
pub fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl Eq for MicroTime
[src]
impl Ord for MicroTime
[src]
pub fn cmp(&self, other: &MicroTime) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<MicroTime> for MicroTime
[src]
impl PartialOrd<MicroTime> for MicroTime
[src]
pub fn partial_cmp(&self, other: &MicroTime) -> Option<Ordering>
[src]
pub fn lt(&self, other: &MicroTime) -> bool
[src]
pub fn le(&self, other: &MicroTime) -> bool
[src]
pub fn gt(&self, other: &MicroTime) -> bool
[src]
pub fn ge(&self, other: &MicroTime) -> bool
[src]
impl Serialize for MicroTime
[src]
impl StructuralEq for MicroTime
[src]
impl StructuralPartialEq for MicroTime
[src]
Auto Trait Implementations
impl RefUnwindSafe for MicroTime
[src]
impl Send for MicroTime
[src]
impl Sync for MicroTime
[src]
impl Unpin for MicroTime
[src]
impl UnwindSafe for MicroTime
[src]
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub 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.
pub 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>,