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