Struct solana_program::message::legacy::BUILTIN_PROGRAMS_KEYS
source · [−]pub struct BUILTIN_PROGRAMS_KEYS { /* private fields */ }
Trait Implementations
sourceimpl Deref for BUILTIN_PROGRAMS_KEYS
impl Deref for BUILTIN_PROGRAMS_KEYS
impl LazyStatic for BUILTIN_PROGRAMS_KEYS
Auto Trait Implementations
impl RefUnwindSafe for BUILTIN_PROGRAMS_KEYS
impl Send for BUILTIN_PROGRAMS_KEYS
impl Sync for BUILTIN_PROGRAMS_KEYS
impl Unpin for BUILTIN_PROGRAMS_KEYS
impl UnwindSafe for BUILTIN_PROGRAMS_KEYS
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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