pub enum DSError {
IndexOutOfBounds {
index: usize,
len: usize,
},
}Variants§
Trait Implementations§
impl StructuralPartialEq for DSError
Auto Trait Implementations§
impl Freeze for DSError
impl RefUnwindSafe for DSError
impl Send for DSError
impl Sync for DSError
impl Unpin for DSError
impl UnsafeUnpin for DSError
impl UnwindSafe for DSError
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