pub struct KtAccounts<'a>(pub &'a ProgramManifest);Expand description
Generates Kotlin data classes and decoders for account layouts.
Tuple Fields§
§0: &'a ProgramManifestTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for KtAccounts<'a>
impl<'a> RefUnwindSafe for KtAccounts<'a>
impl<'a> Send for KtAccounts<'a>
impl<'a> Sync for KtAccounts<'a>
impl<'a> Unpin for KtAccounts<'a>
impl<'a> UnsafeUnpin for KtAccounts<'a>
impl<'a> UnwindSafe for KtAccounts<'a>
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