pub struct X509Extension<'cert> { /* private fields */ }Expand description
A borrowed extension within an X509 certificate.
Implementations§
Source§impl X509Extension<'_>
impl X509Extension<'_>
Sourcepub fn is_critical(&self) -> bool
pub fn is_critical(&self) -> bool
Returns true if this extension is marked critical.
Auto Trait Implementations§
impl<'cert> Freeze for X509Extension<'cert>
impl<'cert> RefUnwindSafe for X509Extension<'cert>
impl<'cert> !Send for X509Extension<'cert>
impl<'cert> !Sync for X509Extension<'cert>
impl<'cert> Unpin for X509Extension<'cert>
impl<'cert> UnwindSafe for X509Extension<'cert>
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