pub struct StartOk {
pub client_properties: FieldTable,
pub mechanism: ShortString,
pub response: LongString,
pub locale: ShortString,
}
Expand description
start-ok (Generated)
Fields§
§client_properties: FieldTable
client-properties (Generated)
mechanism: ShortString
mechanism (Generated)
response: LongString
response (Generated)
locale: ShortString
locale (Generated)
Implementations§
Source§impl StartOk
impl StartOk
Sourcepub fn get_amqp_class_id(&self) -> u16
pub fn get_amqp_class_id(&self) -> u16
Get the AMQP class id for start-ok (Generated)
Sourcepub fn get_amqp_method_id(&self) -> u16
pub fn get_amqp_method_id(&self) -> u16
Get the AMQP method id for start-ok (Generated)
Trait Implementations§
impl StructuralPartialEq for StartOk
Auto Trait Implementations§
impl Freeze for StartOk
impl RefUnwindSafe for StartOk
impl Send for StartOk
impl Sync for StartOk
impl Unpin for StartOk
impl UnwindSafe for StartOk
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