pub struct TokenProgram;Expand description
Struct to represent the SPL Token program.
This struct implements the TokenProgram trait, which statically provides
the SPL Token address for instruction building.
Trait Implementations§
Source§impl TokenInterface for TokenProgram
impl TokenInterface for TokenProgram
Auto Trait Implementations§
impl Freeze for TokenProgram
impl RefUnwindSafe for TokenProgram
impl Send for TokenProgram
impl Sync for TokenProgram
impl Unpin for TokenProgram
impl UnsafeUnpin for TokenProgram
impl UnwindSafe for TokenProgram
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