Enum ckb_types::packed::SyncMessageUnion [−][src]
pub enum SyncMessageUnion {
GetHeaders(GetHeaders),
SendHeaders(SendHeaders),
GetBlocks(GetBlocks),
SendBlock(SendBlock),
SetFilter(SetFilter),
AddFilter(AddFilter),
ClearFilter(ClearFilter),
FilteredBlock(FilteredBlock),
InIBD(InIBD),
}Variants
GetHeaders(GetHeaders)
Tuple Fields
0: GetHeadersSendHeaders(SendHeaders)
Tuple Fields
0: SendHeadersGetBlocks(GetBlocks)
Tuple Fields
0: GetBlocksSendBlock(SendBlock)
Tuple Fields
0: SendBlockSetFilter(SetFilter)
Tuple Fields
0: SetFilterAddFilter(AddFilter)
Tuple Fields
0: AddFilterClearFilter(ClearFilter)
Tuple Fields
0: ClearFilterFilteredBlock(FilteredBlock)
Tuple Fields
InIBD(InIBD)
Tuple Fields
0: InIBDImplementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SyncMessageUnion
impl Send for SyncMessageUnion
impl Sync for SyncMessageUnion
impl Unpin for SyncMessageUnion
impl UnwindSafe for SyncMessageUnion
Blanket Implementations
Mutably borrows from an owned value. Read more
