Struct docs::treewalker::eval::errors::IndexErrorDetail
source · pub struct IndexErrorDetail {
pub array_length: usize,
pub called_with: usize,
}Fields§
§array_length: usize§called_with: usizeTrait Implementations§
source§impl Clone for IndexErrorDetail
impl Clone for IndexErrorDetail
source§fn clone(&self) -> IndexErrorDetail
fn clone(&self) -> IndexErrorDetail
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IndexErrorDetail
impl Debug for IndexErrorDetail
source§impl PartialEq for IndexErrorDetail
impl PartialEq for IndexErrorDetail
source§fn eq(&self, other: &IndexErrorDetail) -> bool
fn eq(&self, other: &IndexErrorDetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for IndexErrorDetail
Auto Trait Implementations§
impl Freeze for IndexErrorDetail
impl RefUnwindSafe for IndexErrorDetail
impl Send for IndexErrorDetail
impl Sync for IndexErrorDetail
impl Unpin for IndexErrorDetail
impl UnwindSafe for IndexErrorDetail
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