pub enum Which<A0> {
HashId(A0),
Success(bool),
}
Variants§
Auto Trait Implementations§
impl<A0> Freeze for Which<A0>where
A0: Freeze,
impl<A0> RefUnwindSafe for Which<A0>where
A0: RefUnwindSafe,
impl<A0> Send for Which<A0>where
A0: Send,
impl<A0> Sync for Which<A0>where
A0: Sync,
impl<A0> Unpin for Which<A0>where
A0: Unpin,
impl<A0> UnwindSafe for Which<A0>where
A0: 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