pub struct Resolved<'r> { /* private fields */ }Expand description
A reference resolved to its contents by a Resolver.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'r> Freeze for Resolved<'r>
impl<'r> !RefUnwindSafe for Resolved<'r>
impl<'r> Send for Resolved<'r>
impl<'r> Sync for Resolved<'r>
impl<'r> Unpin for Resolved<'r>
impl<'r> !UnwindSafe for Resolved<'r>
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