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