Struct amq_protocol::protocol::connection::Start
source · pub struct Start {
pub version_major: ShortShortUInt,
pub version_minor: ShortShortUInt,
pub server_properties: FieldTable,
pub mechanisms: LongString,
pub locales: LongString,
}
Expand description
start (Generated)
Fields§
§version_major: ShortShortUInt
version-major (Generated)
version_minor: ShortShortUInt
version-minor (Generated)
server_properties: FieldTable
server-properties (Generated)
mechanisms: LongString
mechanisms (Generated)
locales: LongString
locales (Generated)
Implementations§
source§impl Start
impl Start
sourcepub fn get_amqp_class_id(&self) -> Identifier
pub fn get_amqp_class_id(&self) -> Identifier
Get the AMQP class id for start (Generated)
sourcepub fn get_amqp_method_id(&self) -> Identifier
pub fn get_amqp_method_id(&self) -> Identifier
Get the AMQP method id for start (Generated)
Trait Implementations§
source§impl PartialEq<Start> for Start
impl PartialEq<Start> for Start
impl StructuralPartialEq for Start
Auto Trait Implementations§
impl RefUnwindSafe for Start
impl Send for Start
impl Sync for Start
impl Unpin for Start
impl UnwindSafe for Start
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