Enum cbork_cddl_parser::Extension
source · pub enum Extension {
RFC8610Parser,
RFC9165Parser,
CDDLParser,
}
Expand description
Represents different parser extensions for handling CDDL specifications.
Variants§
RFC8610Parser
RFC8610 ONLY limited parser.
RFC9165Parser
RFC8610 and RFC9165 limited parser.
CDDLParser
RFC8610, RFC9165, and CDDL modules.
Auto Trait Implementations§
impl Freeze for Extension
impl RefUnwindSafe for Extension
impl Send for Extension
impl Sync for Extension
impl Unpin for Extension
impl UnwindSafe for Extension
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