pub struct ResultUnboundWitness;Expand description
ResultUnboundWitness is a zero-sized type that acts as a witness for the
Result<A, B> type constructor where both parameters are unbound.
Trait Implementations§
Source§impl Bifunctor<ResultUnboundWitness> for ResultUnboundWitness
impl Bifunctor<ResultUnboundWitness> for ResultUnboundWitness
Source§impl HKT2Unbound for ResultUnboundWitness
impl HKT2Unbound for ResultUnboundWitness
Auto Trait Implementations§
impl Freeze for ResultUnboundWitness
impl RefUnwindSafe for ResultUnboundWitness
impl Send for ResultUnboundWitness
impl Sync for ResultUnboundWitness
impl Unpin for ResultUnboundWitness
impl UnwindSafe for ResultUnboundWitness
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