pub enum Slicer {
Index(usize),
Slice(usize, usize),
Ident(String),
}
Variants§
Trait Implementations§
impl Eq for Slicer
impl StructuralPartialEq for Slicer
Auto Trait Implementations§
impl Freeze for Slicer
impl RefUnwindSafe for Slicer
impl Send for Slicer
impl Sync for Slicer
impl Unpin for Slicer
impl UnwindSafe for Slicer
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