pub struct ChannelBlockPinV1 {
pub block_number: u64,
pub block_hash: String,
pub block_timestamp_unix_secs: u64,
pub observed_at_unix_ms: u64,
pub required_confirmations: u64,
pub observed_confirmations: u64,
pub finalized_head_number: u64,
pub finalized_head_hash: String,
pub finality_mode: Web3FinalityMode,
pub finality_status: ChannelFinalityStatusV1,
}Fields§
§block_number: u64§block_hash: String§block_timestamp_unix_secs: u64§observed_at_unix_ms: u64§required_confirmations: u64§observed_confirmations: u64§finalized_head_number: u64§finalized_head_hash: String§finality_mode: Web3FinalityMode§finality_status: ChannelFinalityStatusV1Trait Implementations§
Source§impl Clone for ChannelBlockPinV1
impl Clone for ChannelBlockPinV1
Source§fn clone(&self) -> ChannelBlockPinV1
fn clone(&self) -> ChannelBlockPinV1
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 ChannelBlockPinV1
impl Debug for ChannelBlockPinV1
Source§impl<'de> Deserialize<'de> for ChannelBlockPinV1
impl<'de> Deserialize<'de> for ChannelBlockPinV1
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
impl Eq for ChannelBlockPinV1
Source§impl PartialEq for ChannelBlockPinV1
impl PartialEq for ChannelBlockPinV1
Source§impl Serialize for ChannelBlockPinV1
impl Serialize for ChannelBlockPinV1
impl StructuralPartialEq for ChannelBlockPinV1
Auto Trait Implementations§
impl Freeze for ChannelBlockPinV1
impl RefUnwindSafe for ChannelBlockPinV1
impl Send for ChannelBlockPinV1
impl Sync for ChannelBlockPinV1
impl Unpin for ChannelBlockPinV1
impl UnsafeUnpin for ChannelBlockPinV1
impl UnwindSafe for ChannelBlockPinV1
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