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