pub struct Ctxt {
pub type_ctxt: TypeContext,
pub func_ctxt: FuncContext<'static>,
pub optimize: bool,
}Fields§
§type_ctxt: TypeContext§func_ctxt: FuncContext<'static>§optimize: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Ctxt
impl !RefUnwindSafe for Ctxt
impl !Send for Ctxt
impl !Sync for Ctxt
impl Unpin for Ctxt
impl !UnwindSafe for Ctxt
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