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 of GetHeaders
0: GetHeadersSendHeaders(SendHeaders)Tuple Fields of SendHeaders
0: SendHeadersGetBlocks(GetBlocks)Tuple Fields of GetBlocks
0: GetBlocksSendBlock(SendBlock)Tuple Fields of SendBlock
0: SendBlockSetFilter(SetFilter)Tuple Fields of SetFilter
0: SetFilterAddFilter(AddFilter)Tuple Fields of AddFilter
0: AddFilterClearFilter(ClearFilter)Tuple Fields of ClearFilter
0: ClearFilterFilteredBlock(FilteredBlock)Tuple Fields of FilteredBlock
InIBD(InIBD)Tuple Fields of InIBD
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