pub struct TokenProgram;Trait Implementations§
Source§impl CheckProgramId for TokenProgram
impl CheckProgramId for TokenProgram
Source§fn address_eq(program_id: &Address) -> bool
fn address_eq(program_id: &Address) -> bool
Returns
true if the given program ID matches this program.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