pub enum HashMatch {
Match,
NoMatch,
}Variants§
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for HashMatch
impl<'__de, __Context> BorrowDecode<'__de, __Context> for HashMatch
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Ord for HashMatch
impl Ord for HashMatch
Source§impl PartialOrd for HashMatch
impl PartialOrd for HashMatch
impl Copy for HashMatch
impl Eq for HashMatch
impl StructuralPartialEq for HashMatch
Auto Trait Implementations§
impl Freeze for HashMatch
impl RefUnwindSafe for HashMatch
impl Send for HashMatch
impl Sync for HashMatch
impl Unpin for HashMatch
impl UnwindSafe for HashMatch
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