pub struct Tune {
pub channel_max: u16,
pub frame_max: u32,
pub heartbeat: u16,
}
Expand description
tune (Generated)
Fields§
§channel_max: u16
channel-max (Generated)
frame_max: u32
frame-max (Generated)
heartbeat: u16
heartbeat (Generated)
Implementations§
Source§impl Tune
impl Tune
Sourcepub fn get_amqp_class_id(&self) -> u16
pub fn get_amqp_class_id(&self) -> u16
Get the AMQP class id for tune (Generated)
Sourcepub fn get_amqp_method_id(&self) -> u16
pub fn get_amqp_method_id(&self) -> u16
Get the AMQP method id for tune (Generated)
Trait Implementations§
impl StructuralPartialEq for Tune
Auto Trait Implementations§
impl Freeze for Tune
impl RefUnwindSafe for Tune
impl Send for Tune
impl Sync for Tune
impl Unpin for Tune
impl UnwindSafe for Tune
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more