pub enum KeyPathType {
Null,
String,
Array,
}Variants§
Trait Implementations§
Source§impl Clone for KeyPathType
impl Clone for KeyPathType
Source§fn clone(&self) -> KeyPathType
fn clone(&self) -> KeyPathType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyPathType
impl Debug for KeyPathType
Source§impl<'de> Deserialize<'de> for KeyPathType
impl<'de> Deserialize<'de> for KeyPathType
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
Source§impl PartialEq for KeyPathType
impl PartialEq for KeyPathType
Source§impl Serialize for KeyPathType
impl Serialize for KeyPathType
impl StructuralPartialEq for KeyPathType
Auto Trait Implementations§
impl Freeze for KeyPathType
impl RefUnwindSafe for KeyPathType
impl Send for KeyPathType
impl Sync for KeyPathType
impl Unpin for KeyPathType
impl UnwindSafe for KeyPathType
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