pub struct Remaining<'a>(pub &'a [AccountView]);Tuple Fields§
§0: &'a [AccountView]Trait Implementations§
Source§impl<'b> HandlerContext<'_, 'b, '_> for Remaining<'b>
impl<'b> HandlerContext<'_, 'b, '_> for Remaining<'b>
fn from_entrypoint( _program_id: &Address, accounts: &mut &'b [AccountView], _instruction_data: &mut &[u8], ) -> Result<Self, Error>
Auto Trait Implementations§
impl<'a> Freeze for Remaining<'a>
impl<'a> RefUnwindSafe for Remaining<'a>
impl<'a> !Send for Remaining<'a>
impl<'a> !Sync for Remaining<'a>
impl<'a> Unpin for Remaining<'a>
impl<'a> UnsafeUnpin for Remaining<'a>
impl<'a> UnwindSafe for Remaining<'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