pub enum InstructionStrategy {
LegacyOptionalAccounts,
}Variants§
LegacyOptionalAccounts
Implementations§
Source§impl InstructionStrategy
impl InstructionStrategy
pub fn from_account_attr(attr: &Attribute) -> Option<InstructionStrategy>
Trait Implementations§
Source§impl Debug for InstructionStrategy
impl Debug for InstructionStrategy
Source§impl Hash for InstructionStrategy
impl Hash for InstructionStrategy
Source§impl PartialEq for InstructionStrategy
impl PartialEq for InstructionStrategy
impl Eq for InstructionStrategy
impl StructuralPartialEq for InstructionStrategy
Auto Trait Implementations§
impl Freeze for InstructionStrategy
impl RefUnwindSafe for InstructionStrategy
impl Send for InstructionStrategy
impl Sync for InstructionStrategy
impl Unpin for InstructionStrategy
impl UnwindSafe for InstructionStrategy
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