pub enum ReadEnd {
Read1,
Read2,
}Expand description
Which read in a pair this is.
Variants§
Trait Implementations§
impl Copy for ReadEnd
impl Eq for ReadEnd
impl StructuralPartialEq for ReadEnd
Auto Trait Implementations§
impl Freeze for ReadEnd
impl RefUnwindSafe for ReadEnd
impl Send for ReadEnd
impl Sync for ReadEnd
impl Unpin for ReadEnd
impl UnsafeUnpin for ReadEnd
impl UnwindSafe for ReadEnd
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.