pub struct ExternalChecked<'info, T, P>where
T: ExternalZeroCopy,
P: ExternalProof<T>,{ /* private fields */ }Expand description
External account paired with an adapter-specific point-in-time proof token.
Implementations§
Source§impl<'info, T, P> ExternalChecked<'info, T, P>where
T: ExternalZeroCopy,
P: ExternalProof<T>,
impl<'info, T, P> ExternalChecked<'info, T, P>where
T: ExternalZeroCopy,
P: ExternalProof<T>,
Auto Trait Implementations§
impl<'info, T, P> !Send for ExternalChecked<'info, T, P>
impl<'info, T, P> !Sync for ExternalChecked<'info, T, P>
impl<'info, T, P> Freeze for ExternalChecked<'info, T, P>where
ExternalAccount<'info, T>: Freeze,
<P as ExternalProof<T>>::Proof<'info>: Freeze,
PhantomData<P>: Freeze,
impl<'info, T, P> RefUnwindSafe for ExternalChecked<'info, T, P>where
ExternalAccount<'info, T>: RefUnwindSafe,
<P as ExternalProof<T>>::Proof<'info>: RefUnwindSafe,
PhantomData<P>: RefUnwindSafe,
impl<'info, T, P> Unpin for ExternalChecked<'info, T, P>where
ExternalAccount<'info, T>: Unpin,
<P as ExternalProof<T>>::Proof<'info>: Unpin,
PhantomData<P>: Unpin,
impl<'info, T, P> UnsafeUnpin for ExternalChecked<'info, T, P>where
ExternalAccount<'info, T>: UnsafeUnpin,
<P as ExternalProof<T>>::Proof<'info>: UnsafeUnpin,
PhantomData<P>: UnsafeUnpin,
impl<'info, T, P> UnwindSafe for ExternalChecked<'info, T, P>where
ExternalAccount<'info, T>: UnwindSafe,
<P as ExternalProof<T>>::Proof<'info>: UnwindSafe,
PhantomData<P>: UnwindSafe,
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