Struct bee_message::payload::milestone::MilestonePayload [−][src]
pub struct MilestonePayload { /* fields omitted */ }Expand description
A payload which defines the inclusion set of other messages in the Tangle.
Implementations
Creates a new MilestonePayload.
Computes the identifier of a MilestonePayload.
Returns the essence of a MilestonePayload.
Trait Implementations
Performs the conversion.
Returns the length of the packed bytes.
Packs the instance to bytes and writes them to the passed writer.
Reads bytes from the passed reader and unpacks them into an instance.
Packs the instance to bytes and writes them to a newly allocated vector.
Reads bytes from the passed reader and unpacks them into an instance. Applies syntactic checks. Read more
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 MilestonePayload
impl Send for MilestonePayload
impl Sync for MilestonePayload
impl Unpin for MilestonePayload
impl UnwindSafe for MilestonePayload
Blanket Implementations
Mutably borrows from an owned value. Read more
