Expand description
A representation of Pem-encoded data
Fields
tag: String
The tag extracted from the Pem-encoded data
contents: Vec<u8>
The binary contents of the Pem-encoded data
Trait Implementations
sourceimpl PartialEq<Pem> for Pem
impl PartialEq<Pem> for Pem
impl StructuralPartialEq for Pem
Auto Trait Implementations
impl RefUnwindSafe for Pem
impl Send for Pem
impl Sync for Pem
impl Unpin for Pem
impl UnwindSafe for Pem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more