pub struct UninitializedIndex(pub u16);Expand description
Error returned when trying to get an index that is not initialized.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl Debug for UninitializedIndex
impl Debug for UninitializedIndex
Source§impl From<UninitializedIndex> for Error
impl From<UninitializedIndex> for Error
Source§fn from(value: UninitializedIndex) -> Self
fn from(value: UninitializedIndex) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UninitializedIndex
impl RefUnwindSafe for UninitializedIndex
impl Send for UninitializedIndex
impl Sync for UninitializedIndex
impl Unpin for UninitializedIndex
impl UnwindSafe for UninitializedIndex
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