pub enum MysqlPathStep {
Key(String),
Index(usize),
}Expand description
v7.37.17 (17.6 siblings) — one step of a MySQL JSON path
($.key, $."quoted key", $[0]).
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MysqlPathStep
impl RefUnwindSafe for MysqlPathStep
impl Send for MysqlPathStep
impl Sync for MysqlPathStep
impl Unpin for MysqlPathStep
impl UnsafeUnpin for MysqlPathStep
impl UnwindSafe for MysqlPathStep
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