pub enum AccountIndexGetResult<T: IndexValue> {
Found(ReadAccountMapEntry<T>, usize),
NotFound,
}
Variants
Auto Trait Implementations
impl<T> RefUnwindSafe for AccountIndexGetResult<T>where
T: RefUnwindSafe,
impl<T> !Send for AccountIndexGetResult<T>
impl<T> Sync for AccountIndexGetResult<T>
impl<T> Unpin for AccountIndexGetResult<T>
impl<T> UnwindSafe for AccountIndexGetResult<T>where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more