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