Struct lapin_futures::channel::BasicGetOptions [] [src]

pub struct BasicGetOptions {
    pub ticket: u16,
    pub no_ack: bool,
}

Fields

Trait Implementations

impl Clone for BasicGetOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BasicGetOptions
[src]

Formats the value using the given formatter.

impl PartialEq for BasicGetOptions
[src]

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

This method tests for !=.

impl Default for BasicGetOptions
[src]

Returns the "default value" for a type. Read more