Struct solana_test_validator::AccountInfo [−][src]
pub struct AccountInfo<'a> {
pub address: Pubkey,
pub filename: &'a str,
}Fields
address: Pubkeyfilename: &'a strTrait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for AccountInfo<'a>
impl<'a> Send for AccountInfo<'a>
impl<'a> Sync for AccountInfo<'a>
impl<'a> Unpin for AccountInfo<'a>
impl<'a> UnwindSafe for AccountInfo<'a>
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Wrap the input message T in a tonic::Request
impl<T> TupleTree<T, ()> for T
impl<T> TupleTree<T, ()> for T
pub const SIZE: Size
pub fn descendants(_indirect_level: usize) -> usize
pub fn preorder_with_size_hint(self, f: &mut impl FnMut(Visit<T>, Size))
pub fn postorder_with_size_hint(self, f: &mut impl FnMut(Visit<T>, Size))
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
