[][src]Struct bp7::administrative_record::StatusReport

pub struct StatusReport {
    pub status_information: Vec<BundleStatusItem>,
    pub report_reason: StatusReportReason,
    pub source_node: EndpointID,
    pub timestamp: CreationTimestamp,
    pub frag_offset: u64,
    pub frag_len: u64,
}

Fields

status_information: Vec<BundleStatusItem>report_reason: StatusReportReasonsource_node: EndpointIDtimestamp: CreationTimestampfrag_offset: u64frag_len: u64

Methods

impl StatusReport[src]

pub fn refbundle(&self) -> String[src]

Trait Implementations

impl Clone for StatusReport[src]

impl Debug for StatusReport[src]

impl<'de> Deserialize<'de> for StatusReport[src]

impl PartialEq<StatusReport> for StatusReport[src]

impl Serialize for StatusReport[src]

impl StructuralPartialEq for StatusReport[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,