Struct mws::feeds::Envelope [] [src]

pub struct Envelope<M: Message> {
    pub MerchantIdentifier: String,
    // some fields omitted
}

Fields

Methods

impl<M: Message> Envelope<M>
[src]

[src]

Important traits for &'a mut W
[src]

[src]

Trait Implementations

impl<M: Debug + Message> Debug for Envelope<M>
[src]

[src]

Formats the value using the given formatter. Read more

impl<M: PartialEq + Message> PartialEq for Envelope<M>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl<M> Send for Envelope<M> where
    M: Send

impl<M> Sync for Envelope<M> where
    M: Sync