pub struct TuneOk {
pub channel_max: ShortUInt,
pub frame_max: LongUInt,
pub heartbeat: ShortUInt,
}
Expand description
tune-ok (Generated)
Fields§
§channel_max: ShortUInt
channel-max (Generated)
frame_max: LongUInt
frame-max (Generated)
heartbeat: ShortUInt
heartbeat (Generated)
Implementations§
Source§impl TuneOk
impl TuneOk
Sourcepub fn get_amqp_class_id(&self) -> Identifier
pub fn get_amqp_class_id(&self) -> Identifier
Get the AMQP class id for tune-ok (Generated)
Sourcepub fn get_amqp_method_id(&self) -> Identifier
pub fn get_amqp_method_id(&self) -> Identifier
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<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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