Struct jsonpath_plus::ast::IntLit
source · [−]pub struct IntLit { /* private fields */ }
Expand description
An integer literal, such as -3
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntLit
impl Send for IntLit
impl Sync for IntLit
impl Unpin for IntLit
impl UnwindSafe for IntLit
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