Struct cbork_cddl_parser::cddl::RFC8610Parser
source · pub struct RFC8610Parser;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RFC8610Parser
impl RefUnwindSafe for RFC8610Parser
impl Send for RFC8610Parser
impl Sync for RFC8610Parser
impl Unpin for RFC8610Parser
impl UnwindSafe for RFC8610Parser
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