pub enum ProxyRpc {
Request(RequestId, ProxyRequest),
Notification(ProxyNotification),
Shutdown,
}
Variants§
Auto Trait Implementations§
impl Freeze for ProxyRpc
impl RefUnwindSafe for ProxyRpc
impl Send for ProxyRpc
impl Sync for ProxyRpc
impl Unpin for ProxyRpc
impl UnwindSafe for ProxyRpc
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