Struct jql_parser::tokens::Lens
source · pub struct Lens<'a>(_, _);
Expand description
Lens
used for LensSelector
.
Internally mapped to a tuple of Option
of Index
.
Implementations§
Trait Implementations§
source§impl<'a> PartialEq<Lens<'a>> for Lens<'a>
impl<'a> PartialEq<Lens<'a>> for Lens<'a>
impl<'a> Eq for Lens<'a>
impl<'a> StructuralEq for Lens<'a>
impl<'a> StructuralPartialEq for Lens<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Lens<'a>
impl<'a> Send for Lens<'a>
impl<'a> Sync for Lens<'a>
impl<'a> Unpin for Lens<'a>
impl<'a> UnwindSafe for Lens<'a>
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