Enum jsonpath_plus::ast::BracketLit
source · [−]Expand description
A literal selector inside of brackets, 0
or 'a'
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Int(IntLit)
An integer literal, see IntLit
String(StringLit)
A string literal, see StringLit
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BracketLit
impl Send for BracketLit
impl Sync for BracketLit
impl Unpin for BracketLit
impl UnwindSafe for BracketLit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more