Searched defs:OptionVarULE (Results 1 – 2 of 2) sorted by relevance
145 pub struct OptionVarULE<U: VarULE + ?Sized>(PhantomData<U>, bool, [u8]); struct147 impl<U: VarULE + ?Sized> OptionVarULE<U> { impl161 impl<U: VarULE + ?Sized + core::fmt::Debug> core::fmt::Debug for OptionVarULE<U> { implementation176 unsafe impl<U: VarULE + ?Sized> VarULE for OptionVarULE<U> { implementation246 impl<U: VarULE + ?Sized + PartialEq> PartialEq for OptionVarULE<U> { implementation252 impl<U: VarULE + ?Sized + Eq> Eq for OptionVarULE<U> {} implementation254 impl<U: VarULE + ?Sized + PartialOrd> PartialOrd for OptionVarULE<U> { implementation260 impl<U: VarULE + ?Sized + Ord> Ord for OptionVarULE<U> { implementation
81 impl<'a, T> ZeroMapKV<'a> for OptionVarULE<T> implementation