pub struct StartOkMethod {
pub client_properties: HashMap<AmqpString, FieldArgument>,
pub mechanism: AmqpString,
pub response: AmqpString,
pub locale: AmqpString,
}Fields§
§client_properties: HashMap<AmqpString, FieldArgument>§mechanism: AmqpString§response: AmqpString§locale: AmqpStringTrait Implementations§
Source§impl Clone for StartOkMethod
impl Clone for StartOkMethod
Source§fn clone(&self) -> StartOkMethod
fn clone(&self) -> StartOkMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StartOkMethod
impl Debug for StartOkMethod
Source§impl PartialEq for StartOkMethod
impl PartialEq for StartOkMethod
impl StructuralPartialEq for StartOkMethod
Auto Trait Implementations§
impl !Freeze for StartOkMethod
impl RefUnwindSafe for StartOkMethod
impl Send for StartOkMethod
impl Sync for StartOkMethod
impl Unpin for StartOkMethod
impl UnwindSafe for StartOkMethod
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