pub struct InitialIndexOutOfBounds;Trait Implementations§
Source§impl Clone for InitialIndexOutOfBounds
impl Clone for InitialIndexOutOfBounds
Source§fn clone(&self) -> InitialIndexOutOfBounds
fn clone(&self) -> InitialIndexOutOfBounds
Returns a duplicate 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 InitialIndexOutOfBounds
impl Debug for InitialIndexOutOfBounds
impl Copy for InitialIndexOutOfBounds
Auto Trait Implementations§
impl Freeze for InitialIndexOutOfBounds
impl RefUnwindSafe for InitialIndexOutOfBounds
impl Send for InitialIndexOutOfBounds
impl Sync for InitialIndexOutOfBounds
impl Unpin for InitialIndexOutOfBounds
impl UnwindSafe for InitialIndexOutOfBounds
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