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