Struct solana_program_runtime::invoke_context::AllocErr
source · pub struct AllocErr;
Trait Implementations§
source§impl PartialEq<AllocErr> for AllocErr
impl PartialEq<AllocErr> for AllocErr
impl Eq for AllocErr
impl StructuralEq for AllocErr
impl StructuralPartialEq for AllocErr
Auto Trait Implementations§
impl RefUnwindSafe for AllocErr
impl Send for AllocErr
impl Sync for AllocErr
impl Unpin for AllocErr
impl UnwindSafe for AllocErr
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.