pub struct ArgumentValueNode {
pub name: CamelCaseString,
}
Fields§
§name: CamelCaseString
Implementations§
Source§impl ArgumentValueNode
impl ArgumentValueNode
pub fn new<T>(name: T) -> ArgumentValueNodewhere
T: Into<CamelCaseString>,
Trait Implementations§
Source§impl Clone for ArgumentValueNode
impl Clone for ArgumentValueNode
Source§fn clone(&self) -> ArgumentValueNode
fn clone(&self) -> ArgumentValueNode
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 Debug for ArgumentValueNode
impl Debug for ArgumentValueNode
Source§impl<'de> Deserialize<'de> for ArgumentValueNode
impl<'de> Deserialize<'de> for ArgumentValueNode
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ArgumentValueNode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ArgumentValueNode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ArgumentValueNode> for ConditionNode
impl From<ArgumentValueNode> for ConditionNode
Source§fn from(value: ArgumentValueNode) -> ConditionNode
fn from(value: ArgumentValueNode) -> ConditionNode
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for ContextualValueNode
impl From<ArgumentValueNode> for ContextualValueNode
Source§fn from(value: ArgumentValueNode) -> ContextualValueNode
fn from(value: ArgumentValueNode) -> ContextualValueNode
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for InstructionByteDeltaNodeValue
impl From<ArgumentValueNode> for InstructionByteDeltaNodeValue
Source§fn from(value: ArgumentValueNode) -> InstructionByteDeltaNodeValue
fn from(value: ArgumentValueNode) -> InstructionByteDeltaNodeValue
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for InstructionInputValueNode
impl From<ArgumentValueNode> for InstructionInputValueNode
Source§fn from(value: ArgumentValueNode) -> InstructionInputValueNode
fn from(value: ArgumentValueNode) -> InstructionInputValueNode
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for InstructionRemainingAccountsNodeValue
impl From<ArgumentValueNode> for InstructionRemainingAccountsNodeValue
Source§fn from(value: ArgumentValueNode) -> InstructionRemainingAccountsNodeValue
fn from(value: ArgumentValueNode) -> InstructionRemainingAccountsNodeValue
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for Node
impl From<ArgumentValueNode> for Node
Source§fn from(val: ArgumentValueNode) -> Node
fn from(val: ArgumentValueNode) -> Node
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for PdaSeedValueValueNode
impl From<ArgumentValueNode> for PdaSeedValueValueNode
Source§fn from(value: ArgumentValueNode) -> PdaSeedValueValueNode
fn from(value: ArgumentValueNode) -> PdaSeedValueValueNode
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for RegisteredContextualValueNode
impl From<ArgumentValueNode> for RegisteredContextualValueNode
Source§fn from(value: ArgumentValueNode) -> RegisteredContextualValueNode
fn from(value: ArgumentValueNode) -> RegisteredContextualValueNode
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for ResolverDependency
impl From<ArgumentValueNode> for ResolverDependency
Source§fn from(value: ArgumentValueNode) -> ResolverDependency
fn from(value: ArgumentValueNode) -> ResolverDependency
Converts to this type from the input type.
Source§impl HasName for ArgumentValueNode
impl HasName for ArgumentValueNode
fn name(&self) -> &CamelCaseString
Source§impl NodeTrait for ArgumentValueNode
impl NodeTrait for ArgumentValueNode
Source§impl PartialEq for ArgumentValueNode
impl PartialEq for ArgumentValueNode
Source§impl Serialize for ArgumentValueNode
impl Serialize for ArgumentValueNode
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 ArgumentValueNode
Auto Trait Implementations§
impl Freeze for ArgumentValueNode
impl RefUnwindSafe for ArgumentValueNode
impl Send for ArgumentValueNode
impl Sync for ArgumentValueNode
impl Unpin for ArgumentValueNode
impl UnwindSafe for ArgumentValueNode
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