enum PairState {
Exhausted,
Ready {
ready: Side,
next: usize,
prev: usize,
},
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PairState
impl RefUnwindSafe for PairState
impl Send for PairState
impl Sync for PairState
impl Unpin for PairState
impl UnwindSafe for PairState
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