pub struct ReadCertificate {
pub id: CertId,
}
Available on crate feature
certificate-client
only.Fields§
§id: CertId
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 Request
impl From<ReadCertificate> for Request
Source§fn from(request: ReadCertificate) -> Self
fn from(request: ReadCertificate) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReadCertificate
impl PartialEq for ReadCertificate
Source§impl RequestVariant for ReadCertificate
impl RequestVariant for ReadCertificate
type Reply = ReadCertificate
Source§impl TryFrom<Request> for ReadCertificate
impl TryFrom<Request> 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