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