pub struct KayrosTimestamp {
pub service: String,
pub response: KayrosTimestampResponse,
}Fields§
§service: String§response: KayrosTimestampResponseTrait Implementations§
Source§impl Clone for KayrosTimestamp
impl Clone for KayrosTimestamp
Source§fn clone(&self) -> KayrosTimestamp
fn clone(&self) -> KayrosTimestamp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KayrosTimestamp
impl Debug for KayrosTimestamp
Source§impl Default for KayrosTimestamp
impl Default for KayrosTimestamp
Source§fn default() -> KayrosTimestamp
fn default() -> KayrosTimestamp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KayrosTimestamp
impl<'de> Deserialize<'de> for KayrosTimestamp
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 PartialEq for KayrosTimestamp
impl PartialEq for KayrosTimestamp
Source§fn eq(&self, other: &KayrosTimestamp) -> bool
fn eq(&self, other: &KayrosTimestamp) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KayrosTimestamp
impl Serialize for KayrosTimestamp
impl Eq for KayrosTimestamp
impl StructuralPartialEq for KayrosTimestamp
Auto Trait Implementations§
impl Freeze for KayrosTimestamp
impl RefUnwindSafe for KayrosTimestamp
impl Send for KayrosTimestamp
impl Sync for KayrosTimestamp
impl Unpin for KayrosTimestamp
impl UnsafeUnpin for KayrosTimestamp
impl UnwindSafe for KayrosTimestamp
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