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