pub struct DeleteCertificate {}
Available on crate feature
certificate-client
only.Trait Implementations§
Source§impl Clone for DeleteCertificate
impl Clone for DeleteCertificate
Source§fn clone(&self) -> DeleteCertificate
fn clone(&self) -> DeleteCertificate
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 DeleteCertificate
impl Debug for DeleteCertificate
Source§impl From<DeleteCertificate> for Reply
impl From<DeleteCertificate> for Reply
Source§fn from(reply: DeleteCertificate) -> Reply
fn from(reply: DeleteCertificate) -> Reply
Converts to this type from the input type.
Source§impl PartialEq for DeleteCertificate
impl PartialEq for DeleteCertificate
Source§impl ReplyVariant for DeleteCertificate
impl ReplyVariant for DeleteCertificate
type Request = DeleteCertificate
Source§impl TryFrom<Reply> for DeleteCertificate
impl TryFrom<Reply> for DeleteCertificate
impl Eq for DeleteCertificate
impl StructuralPartialEq for DeleteCertificate
Auto Trait Implementations§
impl Freeze for DeleteCertificate
impl RefUnwindSafe for DeleteCertificate
impl Send for DeleteCertificate
impl Sync for DeleteCertificate
impl Unpin for DeleteCertificate
impl UnwindSafe for DeleteCertificate
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