Enum valkyrie_ast::RangeKind
source · pub enum RangeKind {
Ordinal,
Offset,
}Expand description
The literal of array
Variants§
Trait Implementations§
source§impl PartialEq for RangeKind
impl PartialEq for RangeKind
impl Copy for RangeKind
impl Eq for RangeKind
impl StructuralPartialEq for RangeKind
Auto Trait Implementations§
impl RefUnwindSafe for RangeKind
impl Send for RangeKind
impl Sync for RangeKind
impl Unpin for RangeKind
impl UnwindSafe for RangeKind
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