pub struct AccountFieldValueNode {
pub account: CamelCaseString,
pub path: Option<CamelCaseString>,
}Fields§
§account: CamelCaseString§path: Option<CamelCaseString>Implementations§
Source§impl AccountFieldValueNode
impl AccountFieldValueNode
Trait Implementations§
Source§impl Clone for AccountFieldValueNode
impl Clone for AccountFieldValueNode
Source§fn clone(&self) -> AccountFieldValueNode
fn clone(&self) -> AccountFieldValueNode
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 Debug for AccountFieldValueNode
impl Debug for AccountFieldValueNode
Source§impl Default for AccountFieldValueNode
impl Default for AccountFieldValueNode
Source§fn default() -> AccountFieldValueNode
fn default() -> AccountFieldValueNode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountFieldValueNode
impl<'de> Deserialize<'de> for AccountFieldValueNode
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<AccountFieldValueNode> for Node
impl From<AccountFieldValueNode> for Node
Source§fn from(val: AccountFieldValueNode) -> Self
fn from(val: AccountFieldValueNode) -> Self
Converts to this type from the input type.
Source§impl From<AccountFieldValueNode> for RegisteredContextualValueNode
impl From<AccountFieldValueNode> for RegisteredContextualValueNode
Source§fn from(value: AccountFieldValueNode) -> Self
fn from(value: AccountFieldValueNode) -> Self
Converts to this type from the input type.
Source§impl From<AccountFieldValueNode> for ContextualValueNode
impl From<AccountFieldValueNode> for ContextualValueNode
Source§fn from(value: AccountFieldValueNode) -> Self
fn from(value: AccountFieldValueNode) -> Self
Converts to this type from the input type.
Source§impl From<AccountFieldValueNode> for InstructionInputValueNode
impl From<AccountFieldValueNode> for InstructionInputValueNode
Source§fn from(value: AccountFieldValueNode) -> Self
fn from(value: AccountFieldValueNode) -> Self
Converts to this type from the input type.
Source§impl NodeTrait for AccountFieldValueNode
impl NodeTrait for AccountFieldValueNode
const KIND: &'static str = "accountFieldValueNode"
fn to_json(&self) -> CodamaResult<String>
fn to_json_pretty(&self) -> CodamaResult<String>
fn from_json(json: &str) -> CodamaResult<Self>
Source§impl PartialEq for AccountFieldValueNode
impl PartialEq for AccountFieldValueNode
Source§impl Serialize for AccountFieldValueNode
impl Serialize for AccountFieldValueNode
impl StructuralPartialEq for AccountFieldValueNode
Auto Trait Implementations§
impl Freeze for AccountFieldValueNode
impl RefUnwindSafe for AccountFieldValueNode
impl Send for AccountFieldValueNode
impl Sync for AccountFieldValueNode
impl Unpin for AccountFieldValueNode
impl UnsafeUnpin for AccountFieldValueNode
impl UnwindSafe for AccountFieldValueNode
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