pub struct WriteCertificate {
pub id: CertId,
}Fields§
§id: CertIdTrait Implementations§
Source§impl Clone for WriteCertificate
impl Clone for WriteCertificate
Source§fn clone(&self) -> WriteCertificate
fn clone(&self) -> WriteCertificate
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 WriteCertificate
impl Debug for WriteCertificate
Source§impl From<WriteCertificate> for Reply
Available on crate feature certificate-client only.
impl From<WriteCertificate> for Reply
Available on crate feature
certificate-client only.Source§fn from(reply: WriteCertificate) -> Reply
fn from(reply: WriteCertificate) -> Reply
Converts to this type from the input type.
Source§impl PartialEq for WriteCertificate
impl PartialEq for WriteCertificate
Source§fn eq(&self, other: &WriteCertificate) -> bool
fn eq(&self, other: &WriteCertificate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReplyVariant for WriteCertificate
Available on crate feature certificate-client only.
impl ReplyVariant for WriteCertificate
Available on crate feature
certificate-client only.type Request = WriteCertificate
Source§impl TryFrom<Reply> for WriteCertificate
Available on crate feature certificate-client only.
impl TryFrom<Reply> for WriteCertificate
Available on crate feature
certificate-client only.impl Eq for WriteCertificate
impl StructuralPartialEq for WriteCertificate
Auto Trait Implementations§
impl Freeze for WriteCertificate
impl RefUnwindSafe for WriteCertificate
impl Send for WriteCertificate
impl Sync for WriteCertificate
impl Unpin for WriteCertificate
impl UnsafeUnpin for WriteCertificate
impl UnwindSafe for WriteCertificate
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