pub struct Secure {
pub challenge: LongString,
}
Expand description
secure (Generated)
Fields§
§challenge: LongString
challenge (Generated)
Implementations§
Source§impl Secure
impl Secure
Sourcepub fn get_amqp_class_id(&self) -> u16
pub fn get_amqp_class_id(&self) -> u16
Get the AMQP class id for secure (Generated)
Sourcepub fn get_amqp_method_id(&self) -> u16
pub fn get_amqp_method_id(&self) -> u16
Get the AMQP method id for secure (Generated)
Trait Implementations§
impl StructuralPartialEq for Secure
Auto Trait Implementations§
impl Freeze for Secure
impl RefUnwindSafe for Secure
impl Send for Secure
impl Sync for Secure
impl Unpin for Secure
impl UnwindSafe for Secure
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