Struct anchor_syn::ConstraintProgramSeed
source · pub struct ConstraintProgramSeed {
pub program_seed: Expr,
}
Fields§
§program_seed: Expr
Trait Implementations§
source§impl Clone for ConstraintProgramSeed
impl Clone for ConstraintProgramSeed
source§fn clone(&self) -> ConstraintProgramSeed
fn clone(&self) -> ConstraintProgramSeed
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 ConstraintProgramSeed
impl RefUnwindSafe for ConstraintProgramSeed
impl !Send for ConstraintProgramSeed
impl !Sync for ConstraintProgramSeed
impl Unpin for ConstraintProgramSeed
impl UnwindSafe for ConstraintProgramSeed
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