pub struct DecodedCert { /* private fields */ }Trait Implementations§
Source§impl Clone for DecodedCert
impl Clone for DecodedCert
Source§fn clone(&self) -> DecodedCert
fn clone(&self) -> DecodedCert
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 DecodedCert
impl Debug for DecodedCert
impl Copy for DecodedCert
Auto Trait Implementations§
impl Freeze for DecodedCert
impl RefUnwindSafe for DecodedCert
impl Send for DecodedCert
impl Sync for DecodedCert
impl Unpin for DecodedCert
impl UnsafeUnpin for DecodedCert
impl UnwindSafe for DecodedCert
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