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