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