pub enum InstructionRemainingAccountsValue {
Argument(ArgumentValueNode),
Resolver(ResolverValueNode),
}Variants§
Argument(ArgumentValueNode)
Resolver(ResolverValueNode)
Trait Implementations§
Source§impl Clone for InstructionRemainingAccountsValue
impl Clone for InstructionRemainingAccountsValue
Source§fn clone(&self) -> InstructionRemainingAccountsValue
fn clone(&self) -> InstructionRemainingAccountsValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for InstructionRemainingAccountsValue
impl<'de> Deserialize<'de> for InstructionRemainingAccountsValue
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ArgumentValueNode> for InstructionRemainingAccountsValue
impl From<ArgumentValueNode> for InstructionRemainingAccountsValue
Source§fn from(value: ArgumentValueNode) -> Self
fn from(value: ArgumentValueNode) -> Self
Converts to this type from the input type.
Source§impl From<ResolverValueNode> for InstructionRemainingAccountsValue
impl From<ResolverValueNode> for InstructionRemainingAccountsValue
Source§fn from(value: ResolverValueNode) -> Self
fn from(value: ResolverValueNode) -> Self
Converts to this type from the input type.
Source§impl HasName for InstructionRemainingAccountsValue
impl HasName for InstructionRemainingAccountsValue
fn name(&self) -> &CamelCaseString
impl NodeUnionTrait for InstructionRemainingAccountsValue
impl StructuralPartialEq for InstructionRemainingAccountsValue
Auto Trait Implementations§
impl Freeze for InstructionRemainingAccountsValue
impl RefUnwindSafe for InstructionRemainingAccountsValue
impl Send for InstructionRemainingAccountsValue
impl Sync for InstructionRemainingAccountsValue
impl Unpin for InstructionRemainingAccountsValue
impl UnsafeUnpin for InstructionRemainingAccountsValue
impl UnwindSafe for InstructionRemainingAccountsValue
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