Struct hypercore_protocol::schema::ExtensionMessage [−][src]
Expand description
A extension message.
Fields
id: u64
ID of this extension
message: Vec<u8>
Message content
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExtensionMessage
impl Send for ExtensionMessage
impl Sync for ExtensionMessage
impl Unpin for ExtensionMessage
impl UnwindSafe for ExtensionMessage
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self