Struct amq_protocol::protocol::connection::UpdateSecretOk
source · pub struct UpdateSecretOk {}
Expand description
update-secret-ok (Generated)
Implementations§
source§impl UpdateSecretOk
impl UpdateSecretOk
sourcepub fn get_amqp_class_id(&self) -> Identifier
pub fn get_amqp_class_id(&self) -> Identifier
Get the AMQP class id for update-secret-ok (Generated)
sourcepub fn get_amqp_method_id(&self) -> Identifier
pub fn get_amqp_method_id(&self) -> Identifier
Get the AMQP method id for update-secret-ok (Generated)
Trait Implementations§
source§impl Clone for UpdateSecretOk
impl Clone for UpdateSecretOk
source§fn clone(&self) -> UpdateSecretOk
fn clone(&self) -> UpdateSecretOk
Returns a copy 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 UpdateSecretOk
impl Debug for UpdateSecretOk
source§impl Default for UpdateSecretOk
impl Default for UpdateSecretOk
source§fn default() -> UpdateSecretOk
fn default() -> UpdateSecretOk
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateSecretOk> for UpdateSecretOk
impl PartialEq<UpdateSecretOk> for UpdateSecretOk
source§fn eq(&self, other: &UpdateSecretOk) -> bool
fn eq(&self, other: &UpdateSecretOk) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateSecretOk
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSecretOk
impl Send for UpdateSecretOk
impl Sync for UpdateSecretOk
impl Unpin for UpdateSecretOk
impl UnwindSafe for UpdateSecretOk
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