pub struct GetCFCheckpt {
pub filter_type: u8,
pub stop_hash: BlockHash,
}
Expand description
getcfcheckpt message
Fields§
§filter_type: u8
Filter type for which headers are requested
stop_hash: BlockHash
The hash of the last block in the requested range
Trait Implementations§
Source§impl Clone for GetCFCheckpt
impl Clone for GetCFCheckpt
Source§fn clone(&self) -> GetCFCheckpt
fn clone(&self) -> GetCFCheckpt
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 GetCFCheckpt
impl Debug for GetCFCheckpt
Source§impl Decodable for GetCFCheckpt
impl Decodable for GetCFCheckpt
Source§fn consensus_decode<D: Read>(d: D) -> Result<GetCFCheckpt, Error>
fn consensus_decode<D: Read>(d: D) -> Result<GetCFCheckpt, Error>
Decode an object with a well-defined format
Source§impl Encodable for GetCFCheckpt
impl Encodable for GetCFCheckpt
Source§impl PartialEq for GetCFCheckpt
impl PartialEq for GetCFCheckpt
impl Eq for GetCFCheckpt
impl StructuralPartialEq for GetCFCheckpt
Auto Trait Implementations§
impl Freeze for GetCFCheckpt
impl RefUnwindSafe for GetCFCheckpt
impl Send for GetCFCheckpt
impl Sync for GetCFCheckpt
impl Unpin for GetCFCheckpt
impl UnwindSafe for GetCFCheckpt
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