Struct crm_cli_utils::client::SimulateResult
source · pub struct SimulateResult { /* private fields */ }Trait Implementations
sourceimpl EventParser for SimulateResult
impl EventParser for SimulateResult
fn parse_event<T: Event + AnchorDeserialize>(
&self,
program_id: &Pubkey
) -> Result<T, ClientError>
Auto Trait Implementations
impl RefUnwindSafe for SimulateResult
impl Send for SimulateResult
impl Sync for SimulateResult
impl Unpin for SimulateResult
impl UnwindSafe for SimulateResult
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more