Struct anchor_syn::ConstraintPayer
source · pub struct ConstraintPayer {
pub target: Expr,
}
Fields§
§target: Expr
Trait Implementations§
source§impl Clone for ConstraintPayer
impl Clone for ConstraintPayer
source§fn clone(&self) -> ConstraintPayer
fn clone(&self) -> ConstraintPayer
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 more