Enum jsonpath_plus::ast::StringLit
source · [−]pub enum StringLit {
Single(SingleStringLit),
Double(DoubleStringLit),
}
Expand description
Any string literal, whether single or double quote delimited
Variants
Single(SingleStringLit)
A single-quoted string literal
Double(DoubleStringLit)
A double-quoted string literal
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StringLit
impl Send for StringLit
impl Sync for StringLit
impl Unpin for StringLit
impl UnwindSafe for StringLit
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