pub enum ItemHint {
Inner(String),
JsonPathCast(Vec<String>, String),
JsonPath(Vec<String>),
Cast(String),
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ItemHint
impl<'de> Deserialize<'de> for ItemHint
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 ItemHint
impl StructuralPartialEq for ItemHint
Auto Trait Implementations§
impl Freeze for ItemHint
impl RefUnwindSafe for ItemHint
impl Send for ItemHint
impl Sync for ItemHint
impl Unpin for ItemHint
impl UnwindSafe for ItemHint
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