pub struct InstructionRemainingAccountsNode {
pub is_optional: bool,
pub is_signer: IsAccountSigner,
pub is_writable: bool,
pub docs: Docs,
pub value: InstructionRemainingAccountsNodeValue,
}
Fields§
§is_optional: bool
§is_signer: IsAccountSigner
§is_writable: bool
§docs: Docs
§value: InstructionRemainingAccountsNodeValue
Trait Implementations§
Source§impl Clone for InstructionRemainingAccountsNode
impl Clone for InstructionRemainingAccountsNode
Source§fn clone(&self) -> InstructionRemainingAccountsNode
fn clone(&self) -> InstructionRemainingAccountsNode
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 moreSource§impl<'de> Deserialize<'de> for InstructionRemainingAccountsNode
impl<'de> Deserialize<'de> for InstructionRemainingAccountsNode
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<InstructionRemainingAccountsNode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<InstructionRemainingAccountsNode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<InstructionRemainingAccountsNode> for Node
impl From<InstructionRemainingAccountsNode> for Node
Source§fn from(value: InstructionRemainingAccountsNode) -> Node
fn from(value: InstructionRemainingAccountsNode) -> Node
Converts to this type from the input type.
Source§impl PartialEq for InstructionRemainingAccountsNode
impl PartialEq for InstructionRemainingAccountsNode
Source§fn eq(&self, other: &InstructionRemainingAccountsNode) -> bool
fn eq(&self, other: &InstructionRemainingAccountsNode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for InstructionRemainingAccountsNode
impl Serialize for InstructionRemainingAccountsNode
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for InstructionRemainingAccountsNode
Auto Trait Implementations§
impl Freeze for InstructionRemainingAccountsNode
impl RefUnwindSafe for InstructionRemainingAccountsNode
impl Send for InstructionRemainingAccountsNode
impl Sync for InstructionRemainingAccountsNode
impl Unpin for InstructionRemainingAccountsNode
impl UnwindSafe for InstructionRemainingAccountsNode
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