pub struct RemoteCaller<Context, RemoteContext, H> { /* private fields */ }
Trait Implementations§
Source§impl<Context, RemoteContext, H: Clone> Clone for RemoteCaller<Context, RemoteContext, H>
impl<Context, RemoteContext, H: Clone> Clone for RemoteCaller<Context, RemoteContext, H>
Auto Trait Implementations§
impl<Context, RemoteContext, H> Freeze for RemoteCaller<Context, RemoteContext, H>where
H: Freeze,
impl<Context, RemoteContext, H> RefUnwindSafe for RemoteCaller<Context, RemoteContext, H>
impl<Context, RemoteContext, H> Send for RemoteCaller<Context, RemoteContext, H>where
H: Send,
impl<Context, RemoteContext, H> Sync for RemoteCaller<Context, RemoteContext, H>where
H: Sync,
impl<Context, RemoteContext, H> Unpin for RemoteCaller<Context, RemoteContext, H>
impl<Context, RemoteContext, H> UnwindSafe for RemoteCaller<Context, RemoteContext, H>
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