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