Enum hid_io_client::common_capnp::destination::node::Which
source · pub enum Which {
Keyboard(Result<Client, Error>),
Daemon(Result<Client, Error>),
}
Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for Which
impl !Send for Which
impl !Sync for Which
impl Unpin for Which
impl !UnwindSafe for Which
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