pub struct TuneOk {
pub channel_max: u16,
pub frame_max: u32,
pub heartbeat: u16,
}
Expand description
tune-ok (Generated)
Fields§
§channel_max: u16
channel-max (Generated)
frame_max: u32
frame-max (Generated)
heartbeat: u16
heartbeat (Generated)
Implementations§
Source§impl TuneOk
impl TuneOk
Sourcepub fn get_amqp_class_id(&self) -> u16
pub fn get_amqp_class_id(&self) -> u16
Get the AMQP class id for tune-ok (Generated)
Sourcepub fn get_amqp_method_id(&self) -> u16
pub fn get_amqp_method_id(&self) -> u16
Get the AMQP method id for tune-ok (Generated)
Trait Implementations§
impl StructuralPartialEq for TuneOk
Auto Trait Implementations§
impl Freeze for TuneOk
impl RefUnwindSafe for TuneOk
impl Send for TuneOk
impl Sync for TuneOk
impl Unpin for TuneOk
impl UnwindSafe for TuneOk
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