pub struct CompilerSourcesSet { /* private fields */ }
Expand description
Typestate representing compiler that knows about ASN1 sources, but doesn’t have an output path set
Trait Implementations§
impl CompilerState for CompilerSourcesSet
Auto Trait Implementations§
impl Freeze for CompilerSourcesSet
impl RefUnwindSafe for CompilerSourcesSet
impl Send for CompilerSourcesSet
impl Sync for CompilerSourcesSet
impl Unpin for CompilerSourcesSet
impl UnwindSafe for CompilerSourcesSet
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