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