pub struct Asn1StartDomain {
pub accepts_empty: bool,
pub tags: Asn1TagLeadMask,
}Expand description
A conservative FIRST certificate for an ASN.1 parser.
accepts_empty covers EOF-like formats. Non-empty accepted inputs must begin with an ASN.1
identifier represented by tags.
Fields§
§accepts_empty: boolAuto Trait Implementations§
impl Freeze for Asn1StartDomain
impl RefUnwindSafe for Asn1StartDomain
impl Send for Asn1StartDomain
impl Sync for Asn1StartDomain
impl Unpin for Asn1StartDomain
impl UnsafeUnpin for Asn1StartDomain
impl UnwindSafe for Asn1StartDomain
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