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