pub struct ReadCertificate {
pub der: Message,
}
Available on crate feature
certificate-client
only.Fields§
§der: Message
Trait 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 · 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
impl From<ReadCertificate> for Reply
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§impl ReplyVariant for ReadCertificate
impl ReplyVariant for ReadCertificate
type Request = ReadCertificate
Source§impl TryFrom<Reply> for ReadCertificate
impl TryFrom<Reply> for ReadCertificate
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 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