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