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