pub enum Asn1Length {
Expr(Box<AstExpr>),
Remaining,
}Variants§
Trait Implementations§
Source§impl Clone for Asn1Length
impl Clone for Asn1Length
Source§fn clone(&self) -> Asn1Length
fn clone(&self) -> Asn1Length
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Asn1Length
impl Debug for Asn1Length
Source§impl PartialEq for Asn1Length
impl PartialEq for Asn1Length
impl StructuralPartialEq for Asn1Length
Auto Trait Implementations§
impl Freeze for Asn1Length
impl RefUnwindSafe for Asn1Length
impl Send for Asn1Length
impl Sync for Asn1Length
impl Unpin for Asn1Length
impl UnsafeUnpin for Asn1Length
impl UnwindSafe for Asn1Length
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