pub struct OpenOkMethod {
pub reserved1: AmqpString,
}Fields§
§reserved1: AmqpStringTrait Implementations§
Source§impl Clone for OpenOkMethod
impl Clone for OpenOkMethod
Source§fn clone(&self) -> OpenOkMethod
fn clone(&self) -> OpenOkMethod
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 OpenOkMethod
impl Debug for OpenOkMethod
Source§impl PartialEq for OpenOkMethod
impl PartialEq for OpenOkMethod
impl StructuralPartialEq for OpenOkMethod
Auto Trait Implementations§
impl !Freeze for OpenOkMethod
impl RefUnwindSafe for OpenOkMethod
impl Send for OpenOkMethod
impl Sync for OpenOkMethod
impl Unpin for OpenOkMethod
impl UnwindSafe for OpenOkMethod
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