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