pub struct HashIndex {
pub fields: Vec<String>,
}Fields§
§fields: Vec<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for HashIndex
impl<'de> Deserialize<'de> for HashIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HashIndex
impl StructuralPartialEq for HashIndex
Auto Trait Implementations§
impl Freeze for HashIndex
impl RefUnwindSafe for HashIndex
impl Send for HashIndex
impl Sync for HashIndex
impl Unpin for HashIndex
impl UnsafeUnpin for HashIndex
impl UnwindSafe for HashIndex
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