pub struct GetEmptyMethod {
pub reserved1: AmqpString,
}Fields§
§reserved1: AmqpStringTrait Implementations§
Source§impl Clone for GetEmptyMethod
impl Clone for GetEmptyMethod
Source§fn clone(&self) -> GetEmptyMethod
fn clone(&self) -> GetEmptyMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetEmptyMethod
impl Debug for GetEmptyMethod
Source§impl PartialEq for GetEmptyMethod
impl PartialEq for GetEmptyMethod
Source§fn eq(&self, other: &GetEmptyMethod) -> bool
fn eq(&self, other: &GetEmptyMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetEmptyMethod
Auto Trait Implementations§
impl !Freeze for GetEmptyMethod
impl RefUnwindSafe for GetEmptyMethod
impl Send for GetEmptyMethod
impl Sync for GetEmptyMethod
impl Unpin for GetEmptyMethod
impl UnsafeUnpin for GetEmptyMethod
impl UnwindSafe for GetEmptyMethod
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