pub struct DeleteCertificate {}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 (const: unstable) · 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
Available on crate feature certificate-client only.
impl From<DeleteCertificate> for Reply
Available on crate feature
certificate-client only.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§fn eq(&self, other: &DeleteCertificate) -> bool
fn eq(&self, other: &DeleteCertificate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReplyVariant for DeleteCertificate
Available on crate feature certificate-client only.
impl ReplyVariant for DeleteCertificate
Available on crate feature
certificate-client only.type Request = DeleteCertificate
Source§impl TryFrom<Reply> for DeleteCertificate
Available on crate feature certificate-client only.
impl TryFrom<Reply> for DeleteCertificate
Available on crate feature
certificate-client only.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 UnsafeUnpin 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