pub struct HeaderFromTheFutureSubdetail {
pub header_time: Time,
pub now: Time,
pub max_clock_drift: Duration,
}Fields§
§header_time: Time§now: Time§max_clock_drift: DurationTrait Implementations§
Source§impl Clone for HeaderFromTheFutureSubdetail
impl Clone for HeaderFromTheFutureSubdetail
Source§fn clone(&self) -> HeaderFromTheFutureSubdetail
fn clone(&self) -> HeaderFromTheFutureSubdetail
Returns a duplicate 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 HeaderFromTheFutureSubdetail
impl Debug for HeaderFromTheFutureSubdetail
Source§impl<'de> Deserialize<'de> for HeaderFromTheFutureSubdetail
impl<'de> Deserialize<'de> for HeaderFromTheFutureSubdetail
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 HeaderFromTheFutureSubdetail
impl PartialEq for HeaderFromTheFutureSubdetail
Source§fn eq(&self, other: &HeaderFromTheFutureSubdetail) -> bool
fn eq(&self, other: &HeaderFromTheFutureSubdetail) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for HeaderFromTheFutureSubdetail
impl StructuralPartialEq for HeaderFromTheFutureSubdetail
Auto Trait Implementations§
impl Freeze for HeaderFromTheFutureSubdetail
impl RefUnwindSafe for HeaderFromTheFutureSubdetail
impl Send for HeaderFromTheFutureSubdetail
impl Sync for HeaderFromTheFutureSubdetail
impl Unpin for HeaderFromTheFutureSubdetail
impl UnwindSafe for HeaderFromTheFutureSubdetail
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