Struct rustls_native_certs::Certificate
source · pub struct Certificate(pub Vec<u8>);
Expand description
A newtype representing a single DER-encoded X.509 certificate encoded as a Vec<u8>
.
Tuple Fields§
§0: Vec<u8>
Auto Trait Implementations§
impl RefUnwindSafe for Certificate
impl Send for Certificate
impl Sync for Certificate
impl Unpin for Certificate
impl UnwindSafe for Certificate
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