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