pub struct ClientClient { /* private fields */ }Implementations§
Source§impl ClientClient
impl ClientClient
pub fn new(handle: NativeRequestHandle<Client>) -> Self
pub fn from_dependencies( dependencies: &ModuleDependencies, ) -> Result<Self, RuntimeFailure>
pub async fn send( &self, request: SendRequest, ) -> Result<SendResponse, ClientInvocationError>
pub async fn send_with_context( &self, context: InvocationContext, request: SendRequest, ) -> Result<SendResponse, ClientInvocationError>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ClientClient
impl !Send for ClientClient
impl !Sync for ClientClient
impl !UnwindSafe for ClientClient
impl Freeze for ClientClient
impl Unpin for ClientClient
impl UnsafeUnpin for ClientClient
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