Struct solana_program::message::compiled_keys::CompiledKeyMeta
source · struct CompiledKeyMeta {
is_signer: bool,
is_writable: bool,
is_invoked: bool,
}
Fields§
§is_signer: bool
§is_writable: bool
§is_invoked: bool
Trait Implementations§
source§impl Clone for CompiledKeyMeta
impl Clone for CompiledKeyMeta
source§fn clone(&self) -> CompiledKeyMeta
fn clone(&self) -> CompiledKeyMeta
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CompiledKeyMeta
impl Debug for CompiledKeyMeta
source§impl Default for CompiledKeyMeta
impl Default for CompiledKeyMeta
source§fn default() -> CompiledKeyMeta
fn default() -> CompiledKeyMeta
Returns the “default value” for a type. Read more
source§impl PartialEq<CompiledKeyMeta> for CompiledKeyMeta
impl PartialEq<CompiledKeyMeta> for CompiledKeyMeta
source§fn eq(&self, other: &CompiledKeyMeta) -> bool
fn eq(&self, other: &CompiledKeyMeta) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CompiledKeyMeta
impl StructuralEq for CompiledKeyMeta
impl StructuralPartialEq for CompiledKeyMeta
Auto Trait Implementations§
impl RefUnwindSafe for CompiledKeyMeta
impl Send for CompiledKeyMeta
impl Sync for CompiledKeyMeta
impl Unpin for CompiledKeyMeta
impl UnwindSafe for CompiledKeyMeta
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more