pub struct GetEmptyMethod {
pub reserved1: AmqpString,
}
Fields§
§reserved1: AmqpString
Trait 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 · 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
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 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