pub struct PayerValueNode {}
Implementations§
Source§impl PayerValueNode
impl PayerValueNode
pub fn new() -> PayerValueNode
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<PayerValueNode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PayerValueNode, <__D as Deserializer<'de>>::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) -> ContextualValueNode
fn from(value: PayerValueNode) -> ContextualValueNode
Converts to this type from the input type.
Source§impl From<PayerValueNode> for InstructionInputValueNode
impl From<PayerValueNode> for InstructionInputValueNode
Source§fn from(value: PayerValueNode) -> InstructionInputValueNode
fn from(value: PayerValueNode) -> InstructionInputValueNode
Converts to this type from the input type.
Source§impl From<PayerValueNode> for Node
impl From<PayerValueNode> for Node
Source§fn from(val: PayerValueNode) -> Node
fn from(val: PayerValueNode) -> Node
Converts to this type from the input type.
Source§impl From<PayerValueNode> for RegisteredContextualValueNode
impl From<PayerValueNode> for RegisteredContextualValueNode
Source§fn from(value: PayerValueNode) -> RegisteredContextualValueNode
fn from(value: PayerValueNode) -> RegisteredContextualValueNode
Converts to this type from the input type.
Source§impl NodeTrait for PayerValueNode
impl NodeTrait for PayerValueNode
Source§impl PartialEq for PayerValueNode
impl PartialEq for PayerValueNode
Source§impl Serialize for PayerValueNode
impl Serialize for PayerValueNode
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 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