Struct xmpp_parsers::cert_management::Disable
source · pub struct Disable {
pub name: Name,
}
Expand description
Client disables an X.509 certificate.
Fields§
§name: Name
Name of the certificate to disable.
Trait Implementations§
source§impl PartialEq for Disable
impl PartialEq for Disable
impl IqSetPayload for Disable
impl StructuralPartialEq for Disable
Auto Trait Implementations§
impl Freeze for Disable
impl RefUnwindSafe for Disable
impl Send for Disable
impl Sync for Disable
impl Unpin for Disable
impl UnwindSafe for Disable
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