Struct ezno_checker::behavior::modules::SynthesisedModule
source · pub struct SynthesisedModule<M> {
pub content: M,
pub exported: Exported,
pub facts: Facts,
}Fields§
§content: M§exported: Exported§facts: FactsTODO …
Auto Trait Implementations§
impl<M> RefUnwindSafe for SynthesisedModule<M>where
M: RefUnwindSafe,
impl<M> Send for SynthesisedModule<M>where
M: Send,
impl<M> Sync for SynthesisedModule<M>where
M: Sync,
impl<M> Unpin for SynthesisedModule<M>where
M: Unpin,
impl<M> UnwindSafe for SynthesisedModule<M>where
M: UnwindSafe,
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