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