pub struct ResolveWithContext;
Trait Implementations§
Source§impl Method for ResolveWithContext
impl Method for ResolveWithContext
Source§type Request = WireResolverResolveWithContextRequest
type Request = WireResolverResolveWithContextRequest
The request payload for the method.
Source§type Response = WireResult<WireResolverResolveWithContextResponse, WireResolverError>
type Response = WireResult<WireResolverResolveWithContextResponse, WireResolverError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for ResolveWithContext
impl RefUnwindSafe for ResolveWithContext
impl Send for ResolveWithContext
impl Sync for ResolveWithContext
impl Unpin for ResolveWithContext
impl UnwindSafe for ResolveWithContext
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