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