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