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