Struct precis_tools::ExceptionsGen
source · pub struct ExceptionsGen {}
Expand description
Generates the Exceptions table required by the PRECIS framework.
Implementations§
source§impl ExceptionsGen
impl ExceptionsGen
Trait Implementations§
source§impl CodeGen for ExceptionsGen
impl CodeGen for ExceptionsGen
Auto Trait Implementations§
impl Freeze for ExceptionsGen
impl RefUnwindSafe for ExceptionsGen
impl Send for ExceptionsGen
impl Sync for ExceptionsGen
impl Unpin for ExceptionsGen
impl UnwindSafe for ExceptionsGen
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