Struct lapin_async::connection::Configuration [−][src]
Fields
channel_max: u16
frame_max: u32
heartbeat: u16
Trait Implementations
impl Clone for Configuration[src]
impl Clone for Configurationfn clone(&self) -> Configuration[src]
fn clone(&self) -> ConfigurationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Configuration[src]
impl Debug for Configurationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Configuration[src]
impl Default for Configurationfn default() -> Configuration[src]
fn default() -> ConfigurationReturns the "default value" for a type. Read more
impl PartialEq for Configuration[src]
impl PartialEq for Configurationfn eq(&self, other: &Configuration) -> bool[src]
fn eq(&self, other: &Configuration) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Configuration) -> bool[src]
fn ne(&self, other: &Configuration) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for Configuration
impl Send for Configurationimpl Sync for Configuration
impl Sync for Configuration