pub struct ResultArray<T>(/* private fields */);
Expand description
An array indexed by Result
.
Trait Implementations§
Source§impl<T> Default for ResultArray<T>
impl<T> Default for ResultArray<T>
Source§impl<T> Index<Result> for ResultArray<T>
impl<T> Index<Result> for ResultArray<T>
Auto Trait Implementations§
impl<T> Freeze for ResultArray<T>where
T: Freeze,
impl<T> RefUnwindSafe for ResultArray<T>where
T: RefUnwindSafe,
impl<T> Send for ResultArray<T>where
T: Send,
impl<T> Sync for ResultArray<T>where
T: Sync,
impl<T> Unpin for ResultArray<T>where
T: Unpin,
impl<T> UnwindSafe for ResultArray<T>where
T: UnwindSafe,
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