Struct x509_cert::certificate::Raw
source · pub struct Raw;
Available on crate feature
hazmat
only.Expand description
Parse raw x509 certificate and disable all the checks
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for Raw
impl<'arbitrary> Arbitrary<'arbitrary> for Raw
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moresource§impl Profile for Raw
impl Profile for Raw
source§fn check_serial_number(_serial: &SerialNumber<Self>) -> Result<()>
fn check_serial_number(_serial: &SerialNumber<Self>) -> Result<()>
Checks to run when parsing serial numbers
impl Eq for Raw
impl StructuralEq for Raw
impl StructuralPartialEq for Raw
Auto Trait Implementations§
impl RefUnwindSafe for Raw
impl Send for Raw
impl Sync for Raw
impl Unpin for Raw
impl UnwindSafe for Raw
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