Enum json_path::tokenizer::ArraySlice  
source · pub enum ArraySlice {
    From(i32),
    To(i32),
    Between(i32, i32),
}Variants§
Trait Implementations§
source§impl Debug for ArraySlice
 
impl Debug for ArraySlice
source§impl PartialEq<ArraySlice> for ArraySlice
 
impl PartialEq<ArraySlice> for ArraySlice
source§fn eq(&self, other: &ArraySlice) -> bool
 
fn eq(&self, other: &ArraySlice) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ArraySlice
Auto Trait Implementations§
impl RefUnwindSafe for ArraySlice
impl Send for ArraySlice
impl Sync for ArraySlice
impl Unpin for ArraySlice
impl UnwindSafe for ArraySlice
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