pub struct OutOfBound;Expand description
Error raised when a projection is attempted on an array or slice out of bounds.
Trait Implementations§
Source§impl From<OutOfBound> for Error
impl From<OutOfBound> for Error
Source§fn from(_: OutOfBound) -> Self
fn from(_: OutOfBound) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OutOfBound
impl RefUnwindSafe for OutOfBound
impl Send for OutOfBound
impl Sync for OutOfBound
impl Unpin for OutOfBound
impl UnsafeUnpin for OutOfBound
impl UnwindSafe for OutOfBound
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
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot. Read more