Struct mpl_candy_machine_core::AssociatedToken
source · pub struct AssociatedToken;Expand description
Anchor wrapper for Associated Token program.
Trait Implementations§
source§impl Clone for AssociatedToken
impl Clone for AssociatedToken
source§fn clone(&self) -> AssociatedToken
fn clone(&self) -> AssociatedToken
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 moresource§impl Debug for AssociatedToken
impl Debug for AssociatedToken
Auto Trait Implementations§
impl RefUnwindSafe for AssociatedToken
impl Send for AssociatedToken
impl Sync for AssociatedToken
impl Unpin for AssociatedToken
impl UnwindSafe for AssociatedToken
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