Struct bee_message::milestone::Milestone [−][src]
pub struct Milestone { /* fields omitted */ }Defines a coordinator milestone.
Implementations
Trait Implementations
impl Packable for Milestone[src]
impl Packable for Milestone[src]type Error = Error
Associated error type.
fn packed_len(&self) -> usize[src]
fn pack<W: Write>(&self, writer: &mut W) -> Result<(), Self::Error>[src]
fn unpack_inner<R: Read + ?Sized, const CHECK: bool>(
reader: &mut R
) -> Result<Self, Self::Error>[src]
reader: &mut R
) -> Result<Self, Self::Error>
pub fn pack_new(&self) -> Vec<u8, Global>[src]
pub fn unpack<R>(reader: &mut R) -> Result<Self, Self::Error> where
R: Read + ?Sized, [src]
R: Read + ?Sized,
pub fn unpack_unchecked<R>(reader: &mut R) -> Result<Self, Self::Error> where
R: Read + ?Sized, [src]
R: Read + ?Sized,
impl StructuralEq for Milestone[src]
impl StructuralEq for Milestone[src]impl StructuralPartialEq for Milestone[src]
impl StructuralPartialEq for Milestone[src]Auto Trait Implementations
impl RefUnwindSafe for Milestone
impl RefUnwindSafe for Milestoneimpl UnwindSafe for Milestone
impl UnwindSafe for Milestone