pub struct ProjectionContext { /* private fields */ }
Implementations§
Source§impl ProjectionContext
impl ProjectionContext
pub fn register_enumeration(&mut self, target: PathBuf, id: u128)
pub fn finish_enumeration(&mut self, id: u128) -> bool
Auto Trait Implementations§
impl Freeze for ProjectionContext
impl !RefUnwindSafe for ProjectionContext
impl !Send for ProjectionContext
impl !Sync for ProjectionContext
impl Unpin for ProjectionContext
impl !UnwindSafe for ProjectionContext
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