pub enum RootPath {
String(String),
Null,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RootPath
impl<'de> Deserialize<'de> for RootPath
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 RootPath
impl StructuralPartialEq for RootPath
Auto Trait Implementations§
impl Freeze for RootPath
impl RefUnwindSafe for RootPath
impl Send for RootPath
impl Sync for RootPath
impl Unpin for RootPath
impl UnsafeUnpin for RootPath
impl UnwindSafe for RootPath
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