pub struct CompilerContext { /* private fields */ }Implementations§
Source§impl CompilerContext
impl CompilerContext
pub fn new() -> Self
pub fn fetch_new_dependency_id(&self) -> u32
pub fn dependency_id(&self) -> u32
pub fn set_dependency_id(&self, id: u32)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CompilerContext
impl RefUnwindSafe for CompilerContext
impl Send for CompilerContext
impl Sync for CompilerContext
impl Unpin for CompilerContext
impl UnwindSafe for CompilerContext
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