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