pub struct DeleteCertificate {
pub id: CertId,
}Fields§
§id: CertIdTrait 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 Request
Available on crate feature certificate-client only.
impl From<DeleteCertificate> for Request
Available on crate feature
certificate-client only.Source§fn from(request: DeleteCertificate) -> Self
fn from(request: DeleteCertificate) -> Self
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 RequestVariant for DeleteCertificate
Available on crate feature certificate-client only.
impl RequestVariant for DeleteCertificate
Available on crate feature
certificate-client only.type Reply = DeleteCertificate
Source§impl TryFrom<Request> for DeleteCertificate
Available on crate feature certificate-client only.
impl TryFrom<Request> 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