Enum hid_io_client::hidio_capnp::node::pixel_set_status::Which
source · pub enum Which<A0, A1> {
Success(A0),
Error(A1),
}
Variants§
Auto Trait Implementations§
impl<A0, A1> RefUnwindSafe for Which<A0, A1>where A0: RefUnwindSafe, A1: RefUnwindSafe,
impl<A0, A1> Send for Which<A0, A1>where A0: Send, A1: Send,
impl<A0, A1> Sync for Which<A0, A1>where A0: Sync, A1: Sync,
impl<A0, A1> Unpin for Which<A0, A1>where A0: Unpin, A1: Unpin,
impl<A0, A1> UnwindSafe for Which<A0, A1>where A0: UnwindSafe, A1: UnwindSafe,
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