Struct amqp0_primitives::amqp9_0::message::Append
[−]
[src]
pub struct Append<'a> { /* fields omitted */ }pub struct Append<'a> { /* fields omitted */ }impl<'a> Append<'a>[src]fn new<R, B>(reference: R, bytes: B) -> Self where R: Into<Cow<'a, [u8]>>, B: Into<Cow<'a, [u8]>>fn reference(&self) -> &[u8]fn bytes(&self) -> &[u8]impl<'a> Payload for Append<'a>[src]