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