pub enum PdaProgramIdValueNode {
Account(AccountValueNode),
Argument(ArgumentValueNode),
}Variants§
Account(AccountValueNode)
Argument(ArgumentValueNode)
Trait Implementations§
Source§impl Clone for PdaProgramIdValueNode
impl Clone for PdaProgramIdValueNode
Source§fn clone(&self) -> PdaProgramIdValueNode
fn clone(&self) -> PdaProgramIdValueNode
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 PdaProgramIdValueNode
impl Debug for PdaProgramIdValueNode
Source§impl<'de> Deserialize<'de> for PdaProgramIdValueNode
impl<'de> Deserialize<'de> for PdaProgramIdValueNode
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<AccountValueNode> for PdaProgramIdValueNode
impl From<AccountValueNode> for PdaProgramIdValueNode
Source§fn from(value: AccountValueNode) -> Self
fn from(value: AccountValueNode) -> Self
Converts to this type from the input type.
Source§impl From<ArgumentValueNode> for PdaProgramIdValueNode
impl From<ArgumentValueNode> for PdaProgramIdValueNode
Source§fn from(value: ArgumentValueNode) -> Self
fn from(value: ArgumentValueNode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PdaProgramIdValueNode
impl PartialEq for PdaProgramIdValueNode
Source§impl Serialize for PdaProgramIdValueNode
impl Serialize for PdaProgramIdValueNode
impl NodeUnionTrait for PdaProgramIdValueNode
impl StructuralPartialEq for PdaProgramIdValueNode
Auto Trait Implementations§
impl Freeze for PdaProgramIdValueNode
impl RefUnwindSafe for PdaProgramIdValueNode
impl Send for PdaProgramIdValueNode
impl Sync for PdaProgramIdValueNode
impl Unpin for PdaProgramIdValueNode
impl UnwindSafe for PdaProgramIdValueNode
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