pub struct QaulRpc { /* private fields */ }
Expand description
A qrpc wrapper for libqaul
This component exposes a public API surface to mirror the libqaul crate. This means that other clients on the qrpc bus can include this surface to get access to all libqaul functions, thate are transparently mapped to the underlying libqaul instance potentially running in a different process.
Implementations§
Auto Trait Implementations§
impl Freeze for QaulRpc
impl !RefUnwindSafe for QaulRpc
impl Send for QaulRpc
impl Sync for QaulRpc
impl Unpin for QaulRpc
impl !UnwindSafe for QaulRpc
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