Struct solana_runtime::accounts::AccountLocks
source · [−]pub struct AccountLocks { /* private fields */ }
Trait Implementations
sourceimpl AbiExample for AccountLocks
impl AbiExample for AccountLocks
sourceimpl Debug for AccountLocks
impl Debug for AccountLocks
sourceimpl Default for AccountLocks
impl Default for AccountLocks
sourcefn default() -> AccountLocks
fn default() -> AccountLocks
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountLocks
impl Send for AccountLocks
impl Sync for AccountLocks
impl Unpin for AccountLocks
impl UnwindSafe for AccountLocks
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