pub struct PropIndex {
pub label: SmolStr,
pub prop: String,
}Expand description
A single declared (label, prop) pair to index.
Fields§
§label: SmolStr§prop: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for PropIndex
impl<'de> Deserialize<'de> for PropIndex
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 PropIndex
impl StructuralPartialEq for PropIndex
Auto Trait Implementations§
impl Freeze for PropIndex
impl RefUnwindSafe for PropIndex
impl Send for PropIndex
impl Sync for PropIndex
impl Unpin for PropIndex
impl UnsafeUnpin for PropIndex
impl UnwindSafe for PropIndex
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