pub struct RepoContext { /* private fields */ }Expand description
A resolved catalog entry. The root is fixed at startup and requests only ever resolve this entry by its validated id.
Implementations§
Source§impl RepoContext
impl RepoContext
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RepoContext
impl !UnwindSafe for RepoContext
impl Freeze for RepoContext
impl Send for RepoContext
impl Sync for RepoContext
impl Unpin for RepoContext
impl UnsafeUnpin for RepoContext
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