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