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§
Source§impl Clone for RepoContext
impl Clone for RepoContext
Source§fn clone(&self) -> RepoContext
fn clone(&self) -> RepoContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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