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 moreAuto Trait Implementations§
impl Freeze for ConstraintSeeds
impl RefUnwindSafe for ConstraintSeeds
impl !Send for ConstraintSeeds
impl !Sync for ConstraintSeeds
impl Unpin for ConstraintSeeds
impl UnwindSafe for ConstraintSeeds
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more