Struct lapin_async::connection::Configuration
source · Fields
channel_max: u16
frame_max: u32
heartbeat: u16
Trait Implementations
sourceimpl Clone for Configuration
impl Clone for Configuration
sourcefn clone(&self) -> Configuration
fn clone(&self) -> Configuration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Configuration
impl Debug for Configuration
sourceimpl Default for Configuration
impl Default for Configuration
sourcefn default() -> Configuration
fn default() -> Configuration
Returns the “default value” for a type. Read more
sourceimpl PartialEq<Configuration> for Configuration
impl PartialEq<Configuration> for Configuration
sourcefn eq(&self, other: &Configuration) -> bool
fn eq(&self, other: &Configuration) -> bool
impl StructuralPartialEq for Configuration
Auto Trait Implementations
impl RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl UnwindSafe for Configuration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more