pub struct ServiceCaller<R, P>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R, P> Freeze for ServiceCaller<R, P>
impl<R, P> RefUnwindSafe for ServiceCaller<R, P>
impl<R, P> Send for ServiceCaller<R, P>
impl<R, P> Sync for ServiceCaller<R, P>
impl<R, P> Unpin for ServiceCaller<R, P>
impl<R, P> UnwindSafe for ServiceCaller<R, P>
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