pub struct ResolutionToken { /* private fields */ }
Expand description
Token representing an ongoing service resolution
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolutionToken
impl RefUnwindSafe for ResolutionToken
impl Send for ResolutionToken
impl Sync for ResolutionToken
impl Unpin for ResolutionToken
impl UnwindSafe for ResolutionToken
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