pub struct IpcClientConnWindow<'a> { /* private fields */ }Expand description
Request interface for a specific window id.
Implementations§
Source§impl IpcClientConnWindow<'_>
impl IpcClientConnWindow<'_>
Sourcepub async fn request<T: WindowRequestable>(
&mut self,
req: T,
) -> Result<T::Response>
pub async fn request<T: WindowRequestable>( &mut self, req: T, ) -> Result<T::Response>
Send a window request.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for IpcClientConnWindow<'a>
impl<'a> !UnwindSafe for IpcClientConnWindow<'a>
impl<'a> Freeze for IpcClientConnWindow<'a>
impl<'a> Send for IpcClientConnWindow<'a>
impl<'a> Sync for IpcClientConnWindow<'a>
impl<'a> Unpin for IpcClientConnWindow<'a>
impl<'a> UnsafeUnpin for IpcClientConnWindow<'a>
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