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