pub struct TimestampResponse {
pub timestamp: i32,
}
Fields§
§timestamp: i32
Trait Implementations§
Source§impl Clone for TimestampResponse
impl Clone for TimestampResponse
Source§fn clone(&self) -> TimestampResponse
fn clone(&self) -> TimestampResponse
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 TimestampResponse
impl Debug for TimestampResponse
Source§impl<'de> Deserialize<'de> for TimestampResponse
impl<'de> Deserialize<'de> for TimestampResponse
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 TimestampResponse
impl PartialEq for TimestampResponse
impl StructuralPartialEq for TimestampResponse
Auto Trait Implementations§
impl Freeze for TimestampResponse
impl RefUnwindSafe for TimestampResponse
impl Send for TimestampResponse
impl Sync for TimestampResponse
impl Unpin for TimestampResponse
impl UnwindSafe for TimestampResponse
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