Struct anchor_syn::ConstraintTokenProgram
source · pub struct ConstraintTokenProgram { /* private fields */ }
Trait Implementations§
source§impl Clone for ConstraintTokenProgram
impl Clone for ConstraintTokenProgram
source§fn clone(&self) -> ConstraintTokenProgram
fn clone(&self) -> ConstraintTokenProgram
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 ConstraintTokenProgram
impl RefUnwindSafe for ConstraintTokenProgram
impl !Send for ConstraintTokenProgram
impl !Sync for ConstraintTokenProgram
impl Unpin for ConstraintTokenProgram
impl UnwindSafe for ConstraintTokenProgram
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