pub struct CheckedTokenAuthority<'info> { /* private fields */ }Expand description
Proof token that an SPL TokenAccount matched an expected token authority.
Implementations§
Source§impl<'info> CheckedTokenAuthority<'info>
impl<'info> CheckedTokenAuthority<'info>
pub const fn account(&self) -> ExternalAccount<'info, SplTokenAccount>
Trait Implementations§
Auto Trait Implementations§
impl<'info> !Send for CheckedTokenAuthority<'info>
impl<'info> !Sync for CheckedTokenAuthority<'info>
impl<'info> Freeze for CheckedTokenAuthority<'info>
impl<'info> RefUnwindSafe for CheckedTokenAuthority<'info>
impl<'info> Unpin for CheckedTokenAuthority<'info>
impl<'info> UnsafeUnpin for CheckedTokenAuthority<'info>
impl<'info> UnwindSafe for CheckedTokenAuthority<'info>
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