pub struct AccountEntry {
pub pubkey: Address,
pub is_signer: bool,
pub is_writable: bool,
}Fields§
§pubkey: Address§is_signer: bool§is_writable: boolTrait Implementations§
Source§impl Clone for AccountEntry
impl Clone for AccountEntry
Source§fn clone(&self) -> AccountEntry
fn clone(&self) -> AccountEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AccountEntry
impl RefUnwindSafe for AccountEntry
impl Send for AccountEntry
impl Sync for AccountEntry
impl Unpin for AccountEntry
impl UnsafeUnpin for AccountEntry
impl UnwindSafe for AccountEntry
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