Struct oasis_amqp::amqp::Attach[][src]

pub struct Attach<'a> {
Show fields pub name: &'a str, pub handle: u32, pub role: Role, pub snd_settle_mode: Option<SenderSettleMode>, pub rcv_settle_mode: Option<ReceiverSettleMode>, pub source: Option<Source<'a>>, pub target: Option<Target<'a>>, pub unsettled: Option<HashMap<&'a Bytes, u32>>, pub incomplete_unsettled: Option<bool>, pub initial_delivery_count: Option<u32>, pub max_message_size: Option<u64>, pub offered_capabilities: Option<Vec<&'a str>>, pub desired_capabilities: Option<Vec<&'a str>>, pub properties: Option<Vec<(&'a Bytes, &'a Bytes)>>,
}

Fields

name: &'a strhandle: u32role: Rolesnd_settle_mode: Option<SenderSettleMode>rcv_settle_mode: Option<ReceiverSettleMode>source: Option<Source<'a>>target: Option<Target<'a>>unsettled: Option<HashMap<&'a Bytes, u32>>incomplete_unsettled: Option<bool>initial_delivery_count: Option<u32>max_message_size: Option<u64>offered_capabilities: Option<Vec<&'a str>>desired_capabilities: Option<Vec<&'a str>>properties: Option<Vec<(&'a Bytes, &'a Bytes)>>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.