pub struct Resolution<C: Cache> { /* private fields */ }Expand description
The final path resolution with optional ?query and #fragment
Implementations§
Source§impl<C: Cache> Resolution<C>
impl<C: Cache> Resolution<C>
Trait Implementations§
Source§impl<C: Cache> Clone for Resolution<C>
impl<C: Cache> Clone for Resolution<C>
Source§impl<C: Cache> Debug for Resolution<C>
impl<C: Cache> Debug for Resolution<C>
Source§impl<C: Cache> PartialEq for Resolution<C>
impl<C: Cache> PartialEq for Resolution<C>
impl<C: Cache> Eq for Resolution<C>
Auto Trait Implementations§
impl<C> Freeze for Resolution<C>
impl<C> RefUnwindSafe for Resolution<C>
impl<C> Send for Resolution<C>
impl<C> Sync for Resolution<C>
impl<C> Unpin for Resolution<C>
impl<C> UnwindSafe for Resolution<C>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.