RefUnwindSafe

Trait RefUnwindSafe 

1.9.0 · Source
pub auto trait RefUnwindSafe { }
Expand description

A marker trait representing types where a shared reference is considered unwind safe.

This trait is namely not implemented by UnsafeCell, the root of all interior mutability.

This is a “helper marker trait” used to provide impl blocks for the UnwindSafe trait, for more information see that documentation.

Implementors§

1.9.0 · Source§

impl RefUnwindSafe for Stderr

1.9.0 · Source§

impl RefUnwindSafe for StderrLock<'_>

1.9.0 · Source§

impl RefUnwindSafe for Stdout

1.9.0 · Source§

impl RefUnwindSafe for StdoutLock<'_>

1.14.0 · Source§

impl RefUnwindSafe for AtomicBool

1.34.0 · Source§

impl RefUnwindSafe for AtomicI8

1.34.0 · Source§

impl RefUnwindSafe for AtomicI16

1.34.0 · Source§

impl RefUnwindSafe for AtomicI32

1.34.0 · Source§

impl RefUnwindSafe for AtomicI64

1.14.0 · Source§

impl RefUnwindSafe for AtomicIsize

1.34.0 · Source§

impl RefUnwindSafe for AtomicU8

1.34.0 · Source§

impl RefUnwindSafe for AtomicU16

1.34.0 · Source§

impl RefUnwindSafe for AtomicU32

1.34.0 · Source§

impl RefUnwindSafe for AtomicU64

1.14.0 · Source§

impl RefUnwindSafe for AtomicUsize

1.12.0 · Source§

impl RefUnwindSafe for Barrier

1.12.0 · Source§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::Condvar

1.59.0 · Source§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::Once

1.9.0 · Source§

impl<T> !RefUnwindSafe for UnsafeCell<T>
where T: ?Sized,

1.28.0 · Source§

impl<T> RefUnwindSafe for NonZero<T>

1.14.0 · Source§

impl<T> RefUnwindSafe for AtomicPtr<T>

Source§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpmc::Receiver<T>

Source§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpmc::Sender<T>

1.12.0 · Source§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::Mutex<T>
where T: ?Sized,

1.70.0 · Source§

impl<T> RefUnwindSafe for OnceLock<T>

Source§

impl<T> RefUnwindSafe for ReentrantLock<T>
where T: RefUnwindSafe + ?Sized,

1.12.0 · Source§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::RwLock<T>
where T: ?Sized,

Source§

impl<T> RefUnwindSafe for once_cell::unsync::OnceCell<T>

1.9.0 · Source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

1.58.0 · Source§

impl<T, A> RefUnwindSafe for Rc<T, A>

1.80.0 · Source§

impl<T, F> RefUnwindSafe for LazyLock<T, F>

Source§

impl<T, F> RefUnwindSafe for Lazy<T, F>

Auto implementors§

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::auth::Context

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::auth::ContractExecutable

§

impl !RefUnwindSafe for InvokerContractAuthEntry

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::xdr::Error

§

impl !RefUnwindSafe for AuthorizedFunction

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::fs::TryLockError

§

impl !RefUnwindSafe for ContractContext

§

impl !RefUnwindSafe for CreateContractHostFnContext

§

impl !RefUnwindSafe for CreateContractWithConstructorHostFnContext

§

impl !RefUnwindSafe for SubContractInvocation

§

impl !RefUnwindSafe for Bls12_381

§

impl !RefUnwindSafe for Fp2

§

impl !RefUnwindSafe for Fp

§

impl !RefUnwindSafe for Fr

§

impl !RefUnwindSafe for G1Affine

§

impl !RefUnwindSafe for G2Affine

§

impl !RefUnwindSafe for Crypto

§

impl !RefUnwindSafe for Deployer

§

impl !RefUnwindSafe for DeployerWithAddress

§

impl !RefUnwindSafe for DeployerWithAsset

§

impl !RefUnwindSafe for Events

§

impl !RefUnwindSafe for Ledger

§

impl !RefUnwindSafe for Logs

§

impl !RefUnwindSafe for Prng

§

impl !RefUnwindSafe for Instance

§

impl !RefUnwindSafe for Persistent

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::storage::Storage

§

impl !RefUnwindSafe for Temporary

§

impl !RefUnwindSafe for Address

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::Bytes

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::Duration

§

impl !RefUnwindSafe for Env

§

impl !RefUnwindSafe for I256

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::String

§

impl !RefUnwindSafe for Symbol

§

impl !RefUnwindSafe for Timepoint

§

impl !RefUnwindSafe for U256

§

impl !RefUnwindSafe for Budget

§

impl !RefUnwindSafe for CostEstimate

§

impl !RefUnwindSafe for AuthorizedInvocation

§

impl !RefUnwindSafe for StellarAssetContract

§

impl !RefUnwindSafe for StellarAssetIssuer

§

impl !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Error

§

impl !RefUnwindSafe for Command

§

impl !RefUnwindSafe for OnceState

§

impl RefUnwindSafe for InvokeError

§

impl RefUnwindSafe for AccountEntryExt

§

impl RefUnwindSafe for AccountEntryExtensionV1Ext

§

impl RefUnwindSafe for AccountEntryExtensionV2Ext

§

impl RefUnwindSafe for AccountFlags

§

impl RefUnwindSafe for AccountMergeResult

§

impl RefUnwindSafe for AccountMergeResultCode

§

impl RefUnwindSafe for AllowTrustResult

§

impl RefUnwindSafe for AllowTrustResultCode

§

impl RefUnwindSafe for ArchivalProofBody

§

impl RefUnwindSafe for ArchivalProofType

§

impl RefUnwindSafe for Asset

§

impl RefUnwindSafe for AssetCode

§

impl RefUnwindSafe for AssetType

§

impl RefUnwindSafe for AuthenticatedMessage

§

impl RefUnwindSafe for BeginSponsoringFutureReservesResult

§

impl RefUnwindSafe for BeginSponsoringFutureReservesResultCode

§

impl RefUnwindSafe for BinaryFuseFilterType

§

impl RefUnwindSafe for BucketEntry

§

impl RefUnwindSafe for BucketEntryType

§

impl RefUnwindSafe for BucketListType

§

impl RefUnwindSafe for BucketMetadataExt

§

impl RefUnwindSafe for BumpSequenceResult

§

impl RefUnwindSafe for BumpSequenceResultCode

§

impl RefUnwindSafe for ChangeTrustAsset

§

impl RefUnwindSafe for ChangeTrustResult

§

impl RefUnwindSafe for ChangeTrustResultCode

§

impl RefUnwindSafe for ClaimAtom

§

impl RefUnwindSafe for ClaimAtomType

§

impl RefUnwindSafe for ClaimClaimableBalanceResult

§

impl RefUnwindSafe for ClaimClaimableBalanceResultCode

§

impl RefUnwindSafe for ClaimPredicate

§

impl RefUnwindSafe for ClaimPredicateType

§

impl RefUnwindSafe for ClaimableBalanceEntryExt

§

impl RefUnwindSafe for ClaimableBalanceEntryExtensionV1Ext

§

impl RefUnwindSafe for ClaimableBalanceFlags

§

impl RefUnwindSafe for ClaimableBalanceId

§

impl RefUnwindSafe for ClaimableBalanceIdType

§

impl RefUnwindSafe for Claimant

§

impl RefUnwindSafe for ClaimantType

§

impl RefUnwindSafe for ClawbackClaimableBalanceResult

§

impl RefUnwindSafe for ClawbackClaimableBalanceResultCode

§

impl RefUnwindSafe for ClawbackResult

§

impl RefUnwindSafe for ClawbackResultCode

§

impl RefUnwindSafe for ColdArchiveBucketEntry

§

impl RefUnwindSafe for ColdArchiveBucketEntryType

§

impl RefUnwindSafe for ConfigSettingEntry

§

impl RefUnwindSafe for ConfigSettingId

§

impl RefUnwindSafe for ContractCodeEntryExt

§

impl RefUnwindSafe for ContractCostType

§

impl RefUnwindSafe for ContractDataDurability

§

impl RefUnwindSafe for ContractEventBody

§

impl RefUnwindSafe for ContractEventType

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::xdr::ContractExecutable

§

impl RefUnwindSafe for ContractExecutableType

§

impl RefUnwindSafe for ContractIdPreimage

§

impl RefUnwindSafe for ContractIdPreimageType

§

impl RefUnwindSafe for CreateAccountResult

§

impl RefUnwindSafe for CreateAccountResultCode

§

impl RefUnwindSafe for CreateClaimableBalanceResult

§

impl RefUnwindSafe for CreateClaimableBalanceResultCode

§

impl RefUnwindSafe for CryptoKeyType

§

impl RefUnwindSafe for DataEntryExt

§

impl RefUnwindSafe for EndSponsoringFutureReservesResult

§

impl RefUnwindSafe for EndSponsoringFutureReservesResultCode

§

impl RefUnwindSafe for EnvelopeType

§

impl RefUnwindSafe for ErrorCode

§

impl RefUnwindSafe for ExtendFootprintTtlResult

§

impl RefUnwindSafe for ExtendFootprintTtlResultCode

§

impl RefUnwindSafe for ExtensionPoint

§

impl RefUnwindSafe for FeeBumpTransactionExt

§

impl RefUnwindSafe for FeeBumpTransactionInnerTx

§

impl RefUnwindSafe for GeneralizedTransactionSet

§

impl RefUnwindSafe for HashIdPreimage

§

impl RefUnwindSafe for HostFunction

§

impl RefUnwindSafe for HostFunctionType

§

impl RefUnwindSafe for HotArchiveBucketEntry

§

impl RefUnwindSafe for HotArchiveBucketEntryType

§

impl RefUnwindSafe for InflationResult

§

impl RefUnwindSafe for InflationResultCode

§

impl RefUnwindSafe for InnerTransactionResultExt

§

impl RefUnwindSafe for InnerTransactionResultResult

§

impl RefUnwindSafe for InvokeHostFunctionResult

§

impl RefUnwindSafe for InvokeHostFunctionResultCode

§

impl RefUnwindSafe for IpAddrType

§

impl RefUnwindSafe for LedgerCloseMeta

§

impl RefUnwindSafe for LedgerCloseMetaExt

§

impl RefUnwindSafe for LedgerEntryChange

§

impl RefUnwindSafe for LedgerEntryChangeType

§

impl RefUnwindSafe for LedgerEntryData

§

impl RefUnwindSafe for LedgerEntryExt

§

impl RefUnwindSafe for LedgerEntryExtensionV1Ext

§

impl RefUnwindSafe for LedgerEntryType

§

impl RefUnwindSafe for LedgerHeaderExt

§

impl RefUnwindSafe for LedgerHeaderExtensionV1Ext

§

impl RefUnwindSafe for LedgerHeaderFlags

§

impl RefUnwindSafe for LedgerHeaderHistoryEntryExt

§

impl RefUnwindSafe for LedgerKey

§

impl RefUnwindSafe for LedgerUpgrade

§

impl RefUnwindSafe for LedgerUpgradeType

§

impl RefUnwindSafe for LiquidityPoolDepositResult

§

impl RefUnwindSafe for LiquidityPoolDepositResultCode

§

impl RefUnwindSafe for LiquidityPoolEntryBody

§

impl RefUnwindSafe for LiquidityPoolParameters

§

impl RefUnwindSafe for LiquidityPoolType

§

impl RefUnwindSafe for LiquidityPoolWithdrawResult

§

impl RefUnwindSafe for LiquidityPoolWithdrawResultCode

§

impl RefUnwindSafe for ManageBuyOfferResult

§

impl RefUnwindSafe for ManageBuyOfferResultCode

§

impl RefUnwindSafe for ManageDataResult

§

impl RefUnwindSafe for ManageDataResultCode

§

impl RefUnwindSafe for ManageOfferEffect

§

impl RefUnwindSafe for ManageOfferSuccessResultOffer

§

impl RefUnwindSafe for ManageSellOfferResult

§

impl RefUnwindSafe for ManageSellOfferResultCode

§

impl RefUnwindSafe for Memo

§

impl RefUnwindSafe for MemoType

§

impl RefUnwindSafe for MessageType

§

impl RefUnwindSafe for MuxedAccount

§

impl RefUnwindSafe for OfferEntryExt

§

impl RefUnwindSafe for OfferEntryFlags

§

impl RefUnwindSafe for OperationBody

§

impl RefUnwindSafe for OperationResult

§

impl RefUnwindSafe for OperationResultCode

§

impl RefUnwindSafe for OperationResultTr

§

impl RefUnwindSafe for OperationType

§

impl RefUnwindSafe for PathPaymentStrictReceiveResult

§

impl RefUnwindSafe for PathPaymentStrictReceiveResultCode

§

impl RefUnwindSafe for PathPaymentStrictSendResult

§

impl RefUnwindSafe for PathPaymentStrictSendResultCode

§

impl RefUnwindSafe for PaymentResult

§

impl RefUnwindSafe for PaymentResultCode

§

impl RefUnwindSafe for PeerAddressIp

§

impl RefUnwindSafe for PersistedScpState

§

impl RefUnwindSafe for PreconditionType

§

impl RefUnwindSafe for Preconditions

§

impl RefUnwindSafe for PublicKey

§

impl RefUnwindSafe for PublicKeyType

§

impl RefUnwindSafe for RestoreFootprintResult

§

impl RefUnwindSafe for RestoreFootprintResultCode

§

impl RefUnwindSafe for RevokeSponsorshipOp

§

impl RefUnwindSafe for RevokeSponsorshipResult

§

impl RefUnwindSafe for RevokeSponsorshipResultCode

§

impl RefUnwindSafe for RevokeSponsorshipType

§

impl RefUnwindSafe for ScAddress

§

impl RefUnwindSafe for ScAddressType

§

impl RefUnwindSafe for ScEnvMetaEntry

§

impl RefUnwindSafe for ScEnvMetaKind

§

impl RefUnwindSafe for ScError

§

impl RefUnwindSafe for ScErrorCode

§

impl RefUnwindSafe for ScErrorType

§

impl RefUnwindSafe for ScMetaEntry

§

impl RefUnwindSafe for ScMetaKind

§

impl RefUnwindSafe for ScSpecEntry

§

impl RefUnwindSafe for ScSpecEntryKind

§

impl RefUnwindSafe for ScSpecType

§

impl RefUnwindSafe for ScSpecTypeDef

§

impl RefUnwindSafe for ScSpecUdtUnionCaseV0

§

impl RefUnwindSafe for ScSpecUdtUnionCaseV0Kind

§

impl RefUnwindSafe for ScVal

§

impl RefUnwindSafe for ScValType

§

impl RefUnwindSafe for ScpHistoryEntry

§

impl RefUnwindSafe for ScpStatementPledges

§

impl RefUnwindSafe for ScpStatementType

§

impl RefUnwindSafe for SetOptionsResult

§

impl RefUnwindSafe for SetOptionsResultCode

§

impl RefUnwindSafe for SetTrustLineFlagsResult

§

impl RefUnwindSafe for SetTrustLineFlagsResultCode

§

impl RefUnwindSafe for SignerKey

§

impl RefUnwindSafe for SignerKeyType

§

impl RefUnwindSafe for SorobanAuthorizedFunction

§

impl RefUnwindSafe for SorobanAuthorizedFunctionType

§

impl RefUnwindSafe for SorobanCredentials

§

impl RefUnwindSafe for SorobanCredentialsType

§

impl RefUnwindSafe for SorobanTransactionMetaExt

§

impl RefUnwindSafe for StellarMessage

§

impl RefUnwindSafe for StellarValueExt

§

impl RefUnwindSafe for StellarValueType

§

impl RefUnwindSafe for StoredTransactionSet

§

impl RefUnwindSafe for SurveyMessageCommandType

§

impl RefUnwindSafe for SurveyMessageResponseType

§

impl RefUnwindSafe for SurveyResponseBody

§

impl RefUnwindSafe for ThresholdIndexes

§

impl RefUnwindSafe for TransactionEnvelope

§

impl RefUnwindSafe for TransactionExt

§

impl RefUnwindSafe for TransactionHistoryEntryExt

§

impl RefUnwindSafe for TransactionHistoryResultEntryExt

§

impl RefUnwindSafe for TransactionMeta

§

impl RefUnwindSafe for TransactionPhase

§

impl RefUnwindSafe for TransactionResultCode

§

impl RefUnwindSafe for TransactionResultExt

§

impl RefUnwindSafe for TransactionResultResult

§

impl RefUnwindSafe for TransactionSignaturePayloadTaggedTransaction

§

impl RefUnwindSafe for TransactionV0Ext

§

impl RefUnwindSafe for TrustLineAsset

§

impl RefUnwindSafe for TrustLineEntryExt

§

impl RefUnwindSafe for TrustLineEntryExtensionV2Ext

§

impl RefUnwindSafe for TrustLineEntryV1Ext

§

impl RefUnwindSafe for TrustLineFlags

§

impl RefUnwindSafe for TxSetComponent

§

impl RefUnwindSafe for TxSetComponentType

§

impl RefUnwindSafe for Type

§

impl RefUnwindSafe for TypeVariant

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::arbitrary::Error

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for BacktraceStatus

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::cmp::Ordering

§

impl RefUnwindSafe for TryReserveErrorKind

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for VarError

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for c_void

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::fmt::Alignment

§

impl RefUnwindSafe for DebugAsHex

§

impl RefUnwindSafe for Sign

§

impl RefUnwindSafe for AtomicOrdering

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for UnwindTerminateReason

§

impl RefUnwindSafe for ErrorKind

§

impl RefUnwindSafe for SeekFrom

§

impl RefUnwindSafe for IpAddr

§

impl RefUnwindSafe for Ipv6MulticastScope

§

impl RefUnwindSafe for Shutdown

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::net::SocketAddr

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for OneSidedRangeBound

§

impl RefUnwindSafe for AncillaryError

§

impl RefUnwindSafe for GetDisjointMutError

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::atomic::Ordering

§

impl RefUnwindSafe for RecvTimeoutError

§

impl RefUnwindSafe for TryRecvError

§

impl RefUnwindSafe for BacktraceStyle

§

impl RefUnwindSafe for ConversionError

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::Error

§

impl RefUnwindSafe for MapObject

§

impl RefUnwindSafe for SymbolStr

§

impl RefUnwindSafe for Val

§

impl RefUnwindSafe for VecObject

§

impl RefUnwindSafe for AccountEntry

§

impl RefUnwindSafe for AccountEntryExtensionV1

§

impl RefUnwindSafe for AccountEntryExtensionV2

§

impl RefUnwindSafe for AccountEntryExtensionV3

§

impl RefUnwindSafe for AccountId

§

impl RefUnwindSafe for AllowTrustOp

§

impl RefUnwindSafe for AlphaNum4

§

impl RefUnwindSafe for AlphaNum12

§

impl RefUnwindSafe for ArchivalProof

§

impl RefUnwindSafe for ArchivalProofNode

§

impl RefUnwindSafe for AssetCode4

§

impl RefUnwindSafe for AssetCode12

§

impl RefUnwindSafe for Auth

§

impl RefUnwindSafe for AuthCert

§

impl RefUnwindSafe for AuthenticatedMessageV0

§

impl RefUnwindSafe for BeginSponsoringFutureReservesOp

§

impl RefUnwindSafe for BucketMetadata

§

impl RefUnwindSafe for BumpSequenceOp

§

impl RefUnwindSafe for ChangeTrustOp

§

impl RefUnwindSafe for ClaimClaimableBalanceOp

§

impl RefUnwindSafe for ClaimLiquidityAtom

§

impl RefUnwindSafe for ClaimOfferAtom

§

impl RefUnwindSafe for ClaimOfferAtomV0

§

impl RefUnwindSafe for ClaimableBalanceEntry

§

impl RefUnwindSafe for ClaimableBalanceEntryExtensionV1

§

impl RefUnwindSafe for ClaimantV0

§

impl RefUnwindSafe for ClawbackClaimableBalanceOp

§

impl RefUnwindSafe for ClawbackOp

§

impl RefUnwindSafe for ColdArchiveArchivedLeaf

§

impl RefUnwindSafe for ColdArchiveBoundaryLeaf

§

impl RefUnwindSafe for ColdArchiveDeletedLeaf

§

impl RefUnwindSafe for ColdArchiveHashEntry

§

impl RefUnwindSafe for ConfigSettingContractBandwidthV0

§

impl RefUnwindSafe for ConfigSettingContractComputeV0

§

impl RefUnwindSafe for ConfigSettingContractEventsV0

§

impl RefUnwindSafe for ConfigSettingContractExecutionLanesV0

§

impl RefUnwindSafe for ConfigSettingContractHistoricalDataV0

§

impl RefUnwindSafe for ConfigSettingContractLedgerCostV0

§

impl RefUnwindSafe for ConfigUpgradeSet

§

impl RefUnwindSafe for ConfigUpgradeSetKey

§

impl RefUnwindSafe for ContractCodeCostInputs

§

impl RefUnwindSafe for ContractCodeEntry

§

impl RefUnwindSafe for ContractCodeEntryV1

§

impl RefUnwindSafe for ContractCostParamEntry

§

impl RefUnwindSafe for ContractCostParams

§

impl RefUnwindSafe for ContractDataEntry

§

impl RefUnwindSafe for ContractEvent

§

impl RefUnwindSafe for ContractEventV0

§

impl RefUnwindSafe for ContractIdPreimageFromAddress

§

impl RefUnwindSafe for CreateAccountOp

§

impl RefUnwindSafe for CreateClaimableBalanceOp

§

impl RefUnwindSafe for CreateContractArgs

§

impl RefUnwindSafe for CreateContractArgsV2

§

impl RefUnwindSafe for CreatePassiveSellOfferOp

§

impl RefUnwindSafe for Curve25519Public

§

impl RefUnwindSafe for Curve25519Secret

§

impl RefUnwindSafe for DataEntry

§

impl RefUnwindSafe for DataValue

§

impl RefUnwindSafe for DecoratedSignature

§

impl RefUnwindSafe for DiagnosticEvent

§

impl RefUnwindSafe for DiagnosticEvents

§

impl RefUnwindSafe for DontHave

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::xdr::Duration

§

impl RefUnwindSafe for EncryptedBody

§

impl RefUnwindSafe for EvictionIterator

§

impl RefUnwindSafe for ExistenceProofBody

§

impl RefUnwindSafe for ExtendFootprintTtlOp

§

impl RefUnwindSafe for FeeBumpTransaction

§

impl RefUnwindSafe for FeeBumpTransactionEnvelope

§

impl RefUnwindSafe for FloodAdvert

§

impl RefUnwindSafe for FloodDemand

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::xdr::Hash

§

impl RefUnwindSafe for HashIdPreimageContractId

§

impl RefUnwindSafe for HashIdPreimageOperationId

§

impl RefUnwindSafe for HashIdPreimageRevokeId

§

impl RefUnwindSafe for HashIdPreimageSorobanAuthorization

§

impl RefUnwindSafe for Hello

§

impl RefUnwindSafe for HmacSha256Key

§

impl RefUnwindSafe for HmacSha256Mac

§

impl RefUnwindSafe for InflationPayout

§

impl RefUnwindSafe for InnerTransactionResult

§

impl RefUnwindSafe for InnerTransactionResultPair

§

impl RefUnwindSafe for Int128Parts

§

impl RefUnwindSafe for Int256Parts

§

impl RefUnwindSafe for InvokeContractArgs

§

impl RefUnwindSafe for InvokeHostFunctionOp

§

impl RefUnwindSafe for InvokeHostFunctionSuccessPreImage

§

impl RefUnwindSafe for LedgerBounds

§

impl RefUnwindSafe for LedgerCloseMetaExtV1

§

impl RefUnwindSafe for LedgerCloseMetaV0

§

impl RefUnwindSafe for LedgerCloseMetaV1

§

impl RefUnwindSafe for LedgerCloseValueSignature

§

impl RefUnwindSafe for LedgerEntry

§

impl RefUnwindSafe for LedgerEntryChanges

§

impl RefUnwindSafe for LedgerEntryExtensionV1

§

impl RefUnwindSafe for LedgerFootprint

§

impl RefUnwindSafe for LedgerHeader

§

impl RefUnwindSafe for LedgerHeaderExtensionV1

§

impl RefUnwindSafe for LedgerHeaderHistoryEntry

§

impl RefUnwindSafe for LedgerKeyAccount

§

impl RefUnwindSafe for LedgerKeyClaimableBalance

§

impl RefUnwindSafe for LedgerKeyConfigSetting

§

impl RefUnwindSafe for LedgerKeyContractCode

§

impl RefUnwindSafe for LedgerKeyContractData

§

impl RefUnwindSafe for LedgerKeyData

§

impl RefUnwindSafe for LedgerKeyLiquidityPool

§

impl RefUnwindSafe for LedgerKeyOffer

§

impl RefUnwindSafe for LedgerKeyTrustLine

§

impl RefUnwindSafe for LedgerKeyTtl

§

impl RefUnwindSafe for LedgerScpMessages

§

impl RefUnwindSafe for Liabilities

§

impl RefUnwindSafe for Limits

§

impl RefUnwindSafe for LiquidityPoolConstantProductParameters

§

impl RefUnwindSafe for LiquidityPoolDepositOp

§

impl RefUnwindSafe for LiquidityPoolEntry

§

impl RefUnwindSafe for LiquidityPoolEntryConstantProduct

§

impl RefUnwindSafe for LiquidityPoolWithdrawOp

§

impl RefUnwindSafe for ManageBuyOfferOp

§

impl RefUnwindSafe for ManageDataOp

§

impl RefUnwindSafe for ManageOfferSuccessResult

§

impl RefUnwindSafe for ManageSellOfferOp

§

impl RefUnwindSafe for MuxedAccountMed25519

§

impl RefUnwindSafe for NodeId

§

impl RefUnwindSafe for NonexistenceProofBody

§

impl RefUnwindSafe for OfferEntry

§

impl RefUnwindSafe for Operation

§

impl RefUnwindSafe for OperationMeta

§

impl RefUnwindSafe for PathPaymentStrictReceiveOp

§

impl RefUnwindSafe for PathPaymentStrictReceiveResultSuccess

§

impl RefUnwindSafe for PathPaymentStrictSendOp

§

impl RefUnwindSafe for PathPaymentStrictSendResultSuccess

§

impl RefUnwindSafe for PaymentOp

§

impl RefUnwindSafe for PeerAddress

§

impl RefUnwindSafe for PeerStatList

§

impl RefUnwindSafe for PeerStats

§

impl RefUnwindSafe for PersistedScpStateV0

§

impl RefUnwindSafe for PersistedScpStateV1

§

impl RefUnwindSafe for PoolId

§

impl RefUnwindSafe for PreconditionsV2

§

impl RefUnwindSafe for Price

§

impl RefUnwindSafe for ProofLevel

§

impl RefUnwindSafe for RestoreFootprintOp

§

impl RefUnwindSafe for RevokeSponsorshipOpSigner

§

impl RefUnwindSafe for SError

§

impl RefUnwindSafe for ScBytes

§

impl RefUnwindSafe for ScContractInstance

§

impl RefUnwindSafe for ScEnvMetaEntryInterfaceVersion

§

impl RefUnwindSafe for ScMap

§

impl RefUnwindSafe for ScMapEntry

§

impl RefUnwindSafe for ScMetaV0

§

impl RefUnwindSafe for ScNonceKey

§

impl RefUnwindSafe for ScSpecFunctionInputV0

§

impl RefUnwindSafe for ScSpecFunctionV0

§

impl RefUnwindSafe for ScSpecTypeBytesN

§

impl RefUnwindSafe for ScSpecTypeMap

§

impl RefUnwindSafe for ScSpecTypeOption

§

impl RefUnwindSafe for ScSpecTypeResult

§

impl RefUnwindSafe for ScSpecTypeTuple

§

impl RefUnwindSafe for ScSpecTypeUdt

§

impl RefUnwindSafe for ScSpecTypeVec

§

impl RefUnwindSafe for ScSpecUdtEnumCaseV0

§

impl RefUnwindSafe for ScSpecUdtEnumV0

§

impl RefUnwindSafe for ScSpecUdtErrorEnumCaseV0

§

impl RefUnwindSafe for ScSpecUdtErrorEnumV0

§

impl RefUnwindSafe for ScSpecUdtStructFieldV0

§

impl RefUnwindSafe for ScSpecUdtStructV0

§

impl RefUnwindSafe for ScSpecUdtUnionCaseTupleV0

§

impl RefUnwindSafe for ScSpecUdtUnionCaseVoidV0

§

impl RefUnwindSafe for ScSpecUdtUnionV0

§

impl RefUnwindSafe for ScString

§

impl RefUnwindSafe for ScSymbol

§

impl RefUnwindSafe for ScVec

§

impl RefUnwindSafe for ScpBallot

§

impl RefUnwindSafe for ScpEnvelope

§

impl RefUnwindSafe for ScpHistoryEntryV0

§

impl RefUnwindSafe for ScpNomination

§

impl RefUnwindSafe for ScpQuorumSet

§

impl RefUnwindSafe for ScpStatement

§

impl RefUnwindSafe for ScpStatementConfirm

§

impl RefUnwindSafe for ScpStatementExternalize

§

impl RefUnwindSafe for ScpStatementPrepare

§

impl RefUnwindSafe for SendMore

§

impl RefUnwindSafe for SendMoreExtended

§

impl RefUnwindSafe for SequenceNumber

§

impl RefUnwindSafe for SerializedBinaryFuseFilter

§

impl RefUnwindSafe for SetOptionsOp

§

impl RefUnwindSafe for SetTrustLineFlagsOp

§

impl RefUnwindSafe for ShortHashSeed

§

impl RefUnwindSafe for Signature

§

impl RefUnwindSafe for SignatureHint

§

impl RefUnwindSafe for SignedSurveyRequestMessage

§

impl RefUnwindSafe for SignedSurveyResponseMessage

§

impl RefUnwindSafe for SignedTimeSlicedSurveyRequestMessage

§

impl RefUnwindSafe for SignedTimeSlicedSurveyResponseMessage

§

impl RefUnwindSafe for SignedTimeSlicedSurveyStartCollectingMessage

§

impl RefUnwindSafe for SignedTimeSlicedSurveyStopCollectingMessage

§

impl RefUnwindSafe for Signer

§

impl RefUnwindSafe for SignerKeyEd25519SignedPayload

§

impl RefUnwindSafe for SimplePaymentResult

§

impl RefUnwindSafe for SorobanAddressCredentials

§

impl RefUnwindSafe for SorobanAuthorizationEntry

§

impl RefUnwindSafe for SorobanAuthorizedInvocation

§

impl RefUnwindSafe for SorobanResources

§

impl RefUnwindSafe for SorobanTransactionData

§

impl RefUnwindSafe for SorobanTransactionMeta

§

impl RefUnwindSafe for SorobanTransactionMetaExtV1

§

impl RefUnwindSafe for SponsorshipDescriptor

§

impl RefUnwindSafe for StateArchivalSettings

§

impl RefUnwindSafe for StellarValue

§

impl RefUnwindSafe for StoredDebugTransactionSet

§

impl RefUnwindSafe for String32

§

impl RefUnwindSafe for String64

§

impl RefUnwindSafe for SurveyRequestMessage

§

impl RefUnwindSafe for SurveyResponseMessage

§

impl RefUnwindSafe for Thresholds

§

impl RefUnwindSafe for TimeBounds

§

impl RefUnwindSafe for TimePoint

§

impl RefUnwindSafe for TimeSlicedNodeData

§

impl RefUnwindSafe for TimeSlicedPeerData

§

impl RefUnwindSafe for TimeSlicedPeerDataList

§

impl RefUnwindSafe for TimeSlicedSurveyRequestMessage

§

impl RefUnwindSafe for TimeSlicedSurveyResponseMessage

§

impl RefUnwindSafe for TimeSlicedSurveyStartCollectingMessage

§

impl RefUnwindSafe for TimeSlicedSurveyStopCollectingMessage

§

impl RefUnwindSafe for TopologyResponseBodyV0

§

impl RefUnwindSafe for TopologyResponseBodyV1

§

impl RefUnwindSafe for TopologyResponseBodyV2

§

impl RefUnwindSafe for Transaction

§

impl RefUnwindSafe for TransactionHistoryEntry

§

impl RefUnwindSafe for TransactionHistoryResultEntry

§

impl RefUnwindSafe for TransactionMetaV1

§

impl RefUnwindSafe for TransactionMetaV2

§

impl RefUnwindSafe for TransactionMetaV3

§

impl RefUnwindSafe for TransactionResult

§

impl RefUnwindSafe for TransactionResultMeta

§

impl RefUnwindSafe for TransactionResultPair

§

impl RefUnwindSafe for TransactionResultSet

§

impl RefUnwindSafe for TransactionSet

§

impl RefUnwindSafe for TransactionSetV1

§

impl RefUnwindSafe for TransactionSignaturePayload

§

impl RefUnwindSafe for TransactionV0

§

impl RefUnwindSafe for TransactionV0Envelope

§

impl RefUnwindSafe for TransactionV1Envelope

§

impl RefUnwindSafe for TrustLineEntry

§

impl RefUnwindSafe for TrustLineEntryExtensionV2

§

impl RefUnwindSafe for TrustLineEntryV1

§

impl RefUnwindSafe for TtlEntry

§

impl RefUnwindSafe for TxAdvertVector

§

impl RefUnwindSafe for TxDemandVector

§

impl RefUnwindSafe for TxSetComponentTxsMaybeDiscountedFee

§

impl RefUnwindSafe for UInt128Parts

§

impl RefUnwindSafe for UInt256Parts

§

impl RefUnwindSafe for Uint256

§

impl RefUnwindSafe for UpgradeEntryMeta

§

impl RefUnwindSafe for UpgradeType

§

impl RefUnwindSafe for Value

§

impl RefUnwindSafe for AuthSnapshot

§

impl RefUnwindSafe for EnvTestConfig

§

impl RefUnwindSafe for EventSnapshot

§

impl RefUnwindSafe for EventsSnapshot

§

impl RefUnwindSafe for Generators

§

impl RefUnwindSafe for LedgerInfo

§

impl RefUnwindSafe for Snapshot

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for Global

§

impl RefUnwindSafe for Layout

§

impl RefUnwindSafe for LayoutError

§

impl RefUnwindSafe for System

§

impl RefUnwindSafe for TypeId

§

impl RefUnwindSafe for CpuidResult

§

impl RefUnwindSafe for __m128

§

impl RefUnwindSafe for __m128bh

§

impl RefUnwindSafe for __m128d

§

impl RefUnwindSafe for __m128h

§

impl RefUnwindSafe for __m128i

§

impl RefUnwindSafe for __m256

§

impl RefUnwindSafe for __m256bh

§

impl RefUnwindSafe for __m256d

§

impl RefUnwindSafe for __m256h

§

impl RefUnwindSafe for __m256i

§

impl RefUnwindSafe for __m512

§

impl RefUnwindSafe for __m512bh

§

impl RefUnwindSafe for __m512d

§

impl RefUnwindSafe for __m512h

§

impl RefUnwindSafe for __m512i

§

impl RefUnwindSafe for bf16

§

impl RefUnwindSafe for TryFromSliceError

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::ascii::EscapeDefault

§

impl RefUnwindSafe for Backtrace

§

impl RefUnwindSafe for BacktraceFrame

§

impl RefUnwindSafe for ByteStr

§

impl RefUnwindSafe for ByteString

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::char::EscapeDebug

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::char::EscapeDefault

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::char::EscapeUnicode

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for UnorderedKeyError

§

impl RefUnwindSafe for TryReserveError

§

impl RefUnwindSafe for Args

§

impl RefUnwindSafe for ArgsOs

§

impl RefUnwindSafe for JoinPathsError

§

impl RefUnwindSafe for Vars

§

impl RefUnwindSafe for VarsOs

§

impl RefUnwindSafe for CStr

§

impl RefUnwindSafe for CString

§

impl RefUnwindSafe for FromBytesUntilNulError

§

impl RefUnwindSafe for FromVecWithNulError

§

impl RefUnwindSafe for IntoStringError

§

impl RefUnwindSafe for NulError

§

impl RefUnwindSafe for OsStr

§

impl RefUnwindSafe for OsString

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::fmt::Error

§

impl RefUnwindSafe for FormattingOptions

§

impl RefUnwindSafe for DirBuilder

§

impl RefUnwindSafe for DirEntry

§

impl RefUnwindSafe for File

§

impl RefUnwindSafe for FileTimes

§

impl RefUnwindSafe for FileType

§

impl RefUnwindSafe for Metadata

§

impl RefUnwindSafe for OpenOptions

§

impl RefUnwindSafe for Permissions

§

impl RefUnwindSafe for ReadDir

§

impl RefUnwindSafe for DefaultHasher

§

impl RefUnwindSafe for RandomState

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for ReturnToArg

§

impl RefUnwindSafe for UnwindActionArg

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Empty

§

impl RefUnwindSafe for PipeReader

§

impl RefUnwindSafe for PipeWriter

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Repeat

§

impl RefUnwindSafe for Sink

§

impl RefUnwindSafe for Stdin

§

impl RefUnwindSafe for WriterPanicked

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for Assume

§

impl RefUnwindSafe for AddrParseError

§

impl RefUnwindSafe for IntoIncoming

§

impl RefUnwindSafe for Ipv4Addr

§

impl RefUnwindSafe for Ipv6Addr

§

impl RefUnwindSafe for SocketAddrV4

§

impl RefUnwindSafe for SocketAddrV6

§

impl RefUnwindSafe for TcpListener

§

impl RefUnwindSafe for TcpStream

§

impl RefUnwindSafe for UdpSocket

§

impl RefUnwindSafe for ParseFloatError

§

impl RefUnwindSafe for ParseIntError

§

impl RefUnwindSafe for TryFromIntError

§

impl RefUnwindSafe for RangeFull

§

impl RefUnwindSafe for OwnedFd

§

impl RefUnwindSafe for PidFd

§

impl RefUnwindSafe for stat

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::os::unix::net::SocketAddr

§

impl RefUnwindSafe for SocketCred

§

impl RefUnwindSafe for UCred

§

impl RefUnwindSafe for UnixDatagram

§

impl RefUnwindSafe for UnixListener

§

impl RefUnwindSafe for UnixStream

§

impl RefUnwindSafe for NormalizeError

§

impl RefUnwindSafe for Path

§

impl RefUnwindSafe for PathBuf

§

impl RefUnwindSafe for StripPrefixError

§

impl RefUnwindSafe for Child

§

impl RefUnwindSafe for ChildStderr

§

impl RefUnwindSafe for ChildStdin

§

impl RefUnwindSafe for ChildStdout

§

impl RefUnwindSafe for ExitCode

§

impl RefUnwindSafe for ExitStatus

§

impl RefUnwindSafe for ExitStatusError

§

impl RefUnwindSafe for Output

§

impl RefUnwindSafe for Stdio

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::ptr::Alignment

§

impl RefUnwindSafe for DefaultRandomSource

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for FromUtf8Error

§

impl RefUnwindSafe for FromUtf16Error

§

impl RefUnwindSafe for IntoChars

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::string::String

§

impl RefUnwindSafe for RecvError

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::Condvar

§

impl RefUnwindSafe for WouldBlock

§

impl RefUnwindSafe for BarrierWaitResult

§

impl RefUnwindSafe for WaitTimeoutResult

§

impl RefUnwindSafe for LocalWaker

§

impl RefUnwindSafe for RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for Waker

§

impl RefUnwindSafe for AccessError

§

impl RefUnwindSafe for Builder

§

impl RefUnwindSafe for Thread

§

impl RefUnwindSafe for ThreadId

§

impl RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::time::Duration

§

impl RefUnwindSafe for Instant

§

impl RefUnwindSafe for SystemTime

§

impl RefUnwindSafe for SystemTimeError

§

impl RefUnwindSafe for TryFromFloatSecsError

§

impl RefUnwindSafe for MustAbort

§

impl<'a> !RefUnwindSafe for StellarAssetClient<'a>

§

impl<'a> !RefUnwindSafe for TokenClient<'a>

§

impl<'a> !RefUnwindSafe for MockAuth<'a>

§

impl<'a> !RefUnwindSafe for MockAuthInvoke<'a>

§

impl<'a> !RefUnwindSafe for Request<'a>

§

impl<'a> !RefUnwindSafe for Formatter<'a>

§

impl<'a> !RefUnwindSafe for ContextBuilder<'a>

§

impl<'a> !RefUnwindSafe for PanicHookInfo<'a>

§

impl<'a> RefUnwindSafe for AncillaryData<'a>

§

impl<'a> RefUnwindSafe for Component<'a>

§

impl<'a> RefUnwindSafe for Prefix<'a>

§

impl<'a> RefUnwindSafe for Utf8Pattern<'a>

§

impl<'a> RefUnwindSafe for Unstructured<'a>

§

impl<'a> RefUnwindSafe for SplitPaths<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::ffi::os_str::Display<'a>

§

impl<'a> RefUnwindSafe for Arguments<'a>

§

impl<'a> RefUnwindSafe for BorrowedCursor<'a>

§

impl<'a> RefUnwindSafe for IoSlice<'a>

§

impl<'a> RefUnwindSafe for IoSliceMut<'a>

§

impl<'a> RefUnwindSafe for StdinLock<'a>

§

impl<'a> RefUnwindSafe for PhantomContravariantLifetime<'a>

§

impl<'a> RefUnwindSafe for PhantomCovariantLifetime<'a>

§

impl<'a> RefUnwindSafe for PhantomInvariantLifetime<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::net::Incoming<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::os::unix::net::Incoming<'a>

§

impl<'a> RefUnwindSafe for Messages<'a>

§

impl<'a> RefUnwindSafe for ScmCredentials<'a>

§

impl<'a> RefUnwindSafe for ScmRights<'a>

§

impl<'a> RefUnwindSafe for SocketAncillary<'a>

§

impl<'a> RefUnwindSafe for Ancestors<'a>

§

impl<'a> RefUnwindSafe for Components<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::path::Display<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::path::Iter<'a>

§

impl<'a> RefUnwindSafe for PrefixComponent<'a>

§

impl<'a> RefUnwindSafe for CommandArgs<'a>

§

impl<'a> RefUnwindSafe for CommandEnvs<'a>

§

impl<'a> RefUnwindSafe for EscapeAscii<'a>

§

impl<'a> RefUnwindSafe for CharSearcher<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::Bytes<'a>

§

impl<'a> RefUnwindSafe for CharIndices<'a>

§

impl<'a> RefUnwindSafe for Chars<'a>

§

impl<'a> RefUnwindSafe for EncodeUtf16<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::EscapeDebug<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::EscapeDefault<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::EscapeUnicode<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::Lines<'a>

§

impl<'a> RefUnwindSafe for LinesAny<'a>

§

impl<'a> RefUnwindSafe for SplitAsciiWhitespace<'a>

§

impl<'a> RefUnwindSafe for SplitWhitespace<'a>

§

impl<'a> RefUnwindSafe for Utf8Chunk<'a>

§

impl<'a> RefUnwindSafe for Utf8Chunks<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::string::Drain<'a>

§

impl<'a> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::task::Context<'a>

§

impl<'a> RefUnwindSafe for Location<'a>

§

impl<'a, 'b> !RefUnwindSafe for DebugList<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugMap<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugSet<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugStruct<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugTuple<'a, 'b>

§

impl<'a, 'b> RefUnwindSafe for CharSliceSearcher<'a, 'b>

§

impl<'a, 'b> RefUnwindSafe for StrSearcher<'a, 'b>

§

impl<'a, 'b, ElementType> RefUnwindSafe for ArbitraryIter<'a, 'b, ElementType>
where ElementType: RefUnwindSafe,

§

impl<'a, 'b, const N: usize> RefUnwindSafe for CharArrayRefSearcher<'a, 'b, N>

§

impl<'a, 'f> RefUnwindSafe for VaList<'a, 'f>

§

impl<'a, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::option::Iter<'a, A>
where A: RefUnwindSafe,

§

impl<'a, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::option::IterMut<'a, A>
where A: RefUnwindSafe,

§

impl<'a, B> RefUnwindSafe for Cow<'a, B>

§

impl<'a, ElementType> RefUnwindSafe for ArbitraryTakeRestIter<'a, ElementType>
where ElementType: RefUnwindSafe,

§

impl<'a, F> RefUnwindSafe for CharPredicateSearcher<'a, F>
where F: RefUnwindSafe,

§

impl<'a, I> RefUnwindSafe for ByRefSized<'a, I>
where I: RefUnwindSafe,

§

impl<'a, I, A> RefUnwindSafe for Splice<'a, I, A>

§

impl<'a, K> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::Cursor<'a, K>
where K: RefUnwindSafe,

§

impl<'a, K> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::Drain<'a, K>
where K: RefUnwindSafe,

§

impl<'a, K> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::Iter<'a, K>
where K: RefUnwindSafe,

§

impl<'a, K, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::CursorMut<'a, K, A>

§

impl<'a, K, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::CursorMutKey<'a, K, A>

§

impl<'a, K, F> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::ExtractIf<'a, K, F>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::Entry<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::Cursor<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::Iter<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::IterMut<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::Keys<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::Range<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for RangeMut<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::Values<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::ValuesMut<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::Drain<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::Iter<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::IterMut<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::Keys<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::OccupiedEntry<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::OccupiedError<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::VacantEntry<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::Values<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::ValuesMut<'a, K, V>

§

impl<'a, K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::Entry<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::CursorMut<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::CursorMutKey<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::OccupiedEntry<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::OccupiedError<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::VacantEntry<'a, K, V, A>

§

impl<'a, K, V, F> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::ExtractIf<'a, K, V, F>

§

impl<'a, K, V, R, F, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::ExtractIf<'a, K, V, R, F, A>

§

impl<'a, P> RefUnwindSafe for MatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for Matches<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for RMatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for RMatches<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::RSplit<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::RSplitN<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for RSplitTerminator<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::Split<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::SplitInclusive<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::str::SplitN<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for SplitTerminator<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, T> !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::MutexGuard<'a, T>

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::binary_heap::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::Range<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::SymmetricDifference<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::Union<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::linked_list::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::linked_list::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::vec_deque::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::vec_deque::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::result::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::result::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for Chunks<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for ChunksExact<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for ChunksExactMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for ChunksMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::slice::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::slice::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for RChunks<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for RChunksExact<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for RChunksExactMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for RChunksMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for Windows<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpmc::Iter<'a, T>

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpmc::TryIter<'a, T>

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpsc::Iter<'a, T>

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpsc::TryIter<'a, T>

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::MappedMutexGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::MappedMutexGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::MutexGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> RefUnwindSafe for ReentrantLockGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::Entry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::binary_heap::Drain<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for DrainSorted<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::binary_heap::PeekMut<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::Difference<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::Intersection<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::OccupiedEntry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::VacantEntry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::linked_list::Cursor<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::linked_list::CursorMut<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::vec_deque::Drain<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::vec::Drain<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::vec::PeekMut<'a, T, A>

§

impl<'a, T, F, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::linked_list::ExtractIf<'a, T, F, A>

§

impl<'a, T, F, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::vec::ExtractIf<'a, T, F, A>

§

impl<'a, T, P> RefUnwindSafe for ChunkBy<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for ChunkByMut<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::slice::RSplit<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for RSplitMut<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::slice::RSplitN<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for RSplitNMut<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::slice::Split<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::slice::SplitInclusive<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for SplitInclusiveMut<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for SplitMut<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::slice::SplitN<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for SplitNMut<'a, T, P>

§

impl<'a, T, R, F, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::ExtractIf<'a, T, R, F, A>

§

impl<'a, T, S> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::Entry<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::Difference<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::Intersection<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::OccupiedEntry<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::SymmetricDifference<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::Union<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::VacantEntry<'a, T, S>

§

impl<'a, T, const N: usize> RefUnwindSafe for ArrayWindows<'a, T, N>
where T: RefUnwindSafe,

§

impl<'a, const N: usize> RefUnwindSafe for CharArraySearcher<'a, N>

§

impl<'b, T> !RefUnwindSafe for Ref<'b, T>

§

impl<'b, T> !RefUnwindSafe for RefMut<'b, T>

§

impl<'data> RefUnwindSafe for BorrowedBuf<'data>

§

impl<'f> RefUnwindSafe for VaListImpl<'f>

§

impl<'fd> RefUnwindSafe for BorrowedFd<'fd>

§

impl<'rwlock, T> !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::RwLockWriteGuard<'rwlock, T>

§

impl<'rwlock, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::MappedRwLockReadGuard<'rwlock, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'rwlock, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::MappedRwLockWriteGuard<'rwlock, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'rwlock, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::RwLockReadGuard<'rwlock, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'rwlock, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::MappedRwLockReadGuard<'rwlock, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'rwlock, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::MappedRwLockWriteGuard<'rwlock, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'rwlock, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::RwLockReadGuard<'rwlock, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'rwlock, T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::RwLockWriteGuard<'rwlock, T>
where T: ?Sized,

§

impl<'scope, 'env> RefUnwindSafe for Scope<'scope, 'env>

§

impl<'scope, T> !RefUnwindSafe for ScopedJoinHandle<'scope, T>

§

impl<A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::iter::Repeat<A>
where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for RepeatN<A>
where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::option::IntoIter<A>
where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for IterRange<A>
where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for IterRangeFrom<A>
where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for IterRangeInclusive<A>
where A: RefUnwindSafe,

§

impl<A, B> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::iter::Chain<A, B>

§

impl<A, B> RefUnwindSafe for Zip<A, B>

§

impl<B> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Lines<B>
where B: RefUnwindSafe,

§

impl<B> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Split<B>
where B: RefUnwindSafe,

§

impl<B, C> RefUnwindSafe for ControlFlow<B, C>

§

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

§

impl<E> !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::ed25519::Error<E>

§

impl<E> RefUnwindSafe for Report<E>
where E: RefUnwindSafe,

§

impl<F> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::fmt::FromFn<F>
where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for PollFn<F>
where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::iter::FromFn<F>
where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for OnceWith<F>
where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for RepeatWith<F>
where F: RefUnwindSafe,

§

impl<G> RefUnwindSafe for FromCoroutine<G>
where G: RefUnwindSafe,

§

impl<H> RefUnwindSafe for BuildHasherDefault<H>

§

impl<I> RefUnwindSafe for FromIter<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for DecodeUtf16<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Cloned<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Copied<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Cycle<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Enumerate<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Flatten<I>

§

impl<I> RefUnwindSafe for Fuse<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Intersperse<I>

§

impl<I> RefUnwindSafe for Peekable<I>

§

impl<I> RefUnwindSafe for Skip<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for StepBy<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::iter::Take<I>
where I: RefUnwindSafe,

§

impl<I, F> RefUnwindSafe for FilterMap<I, F>

§

impl<I, F> RefUnwindSafe for Inspect<I, F>

§

impl<I, F> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::iter::Map<I, F>

§

impl<I, F, const N: usize> RefUnwindSafe for MapWindows<I, F, N>

§

impl<I, G> RefUnwindSafe for IntersperseWith<I, G>

§

impl<I, P> RefUnwindSafe for Filter<I, P>

§

impl<I, P> RefUnwindSafe for MapWhile<I, P>

§

impl<I, P> RefUnwindSafe for SkipWhile<I, P>

§

impl<I, P> RefUnwindSafe for TakeWhile<I, P>

§

impl<I, St, F> RefUnwindSafe for Scan<I, St, F>

§

impl<I, T, E> RefUnwindSafe for UnwrappedIter<I, T, E>

§

impl<I, U, F> RefUnwindSafe for FlatMap<I, U, F>

§

impl<I, const N: usize> RefUnwindSafe for ArrayChunks<I, N>

§

impl<Idx> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::ops::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::ops::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::ops::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for RangeTo<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::ops::RangeToInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::range::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::range::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::range::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::range::RangeToInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<K> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_set::IntoIter<K>
where K: RefUnwindSafe,

§

impl<K, V> !RefUnwindSafe for loam_sdk::soroban_sdk::Map<K, V>

§

impl<K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::IntoIter<K, V>

§

impl<K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::IntoKeys<K, V>

§

impl<K, V> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::hash_map::IntoValues<K, V>

§

impl<K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::IntoIter<K, V, A>

§

impl<K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::IntoKeys<K, V, A>

§

impl<K, V, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_map::IntoValues<K, V, A>

§

impl<K, V, A> RefUnwindSafe for BTreeMap<K, V, A>

§

impl<K, V, S> RefUnwindSafe for HashMap<K, V, S>

§

impl<K, V, W> RefUnwindSafe for InstanceMap<K, V, W>

§

impl<K, V, W> RefUnwindSafe for PersistentMap<K, V, W>

§

impl<K, V, W> RefUnwindSafe for TemporaryMap<K, V, W>

§

impl<L> RefUnwindSafe for Limited<L>
where L: RefUnwindSafe,

§

impl<Ptr> RefUnwindSafe for Pin<Ptr>
where Ptr: RefUnwindSafe,

§

impl<R> RefUnwindSafe for BufReader<R>
where R: RefUnwindSafe + ?Sized,

§

impl<R> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Bytes<R>
where R: RefUnwindSafe,

§

impl<R, S> RefUnwindSafe for ReadXdrIter<R, S>

§

impl<T> !RefUnwindSafe for loam_sdk::soroban_sdk::Vec<T>

§

impl<T> !RefUnwindSafe for Cell<T>

§

impl<T> !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::cell::OnceCell<T>

§

impl<T> !RefUnwindSafe for RefCell<T>

§

impl<T> !RefUnwindSafe for SyncUnsafeCell<T>

§

impl<T> !RefUnwindSafe for UnsafePinned<T>

§

impl<T> !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::Mutex<T>

§

impl<T> !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::nonpoison::RwLock<T>

§

impl<T> !RefUnwindSafe for JoinHandle<T>

§

impl<T> !RefUnwindSafe for Storage<T>

§

impl<T> RefUnwindSafe for Bound<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Option<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::TryLockError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for SendTimeoutError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TrySendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Poll<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Frame<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for ThinBox<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for Reverse<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Pending<T>

§

impl<T> RefUnwindSafe for Ready<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Cursor<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Take<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::iter::Empty<T>

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::iter::Once<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Rev<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for PhantomContravariant<T>
where T: ?Sized,

§

impl<T> RefUnwindSafe for PhantomCovariant<T>
where T: ?Sized,

§

impl<T> RefUnwindSafe for PhantomData<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for PhantomInvariant<T>
where T: ?Sized,

§

impl<T> RefUnwindSafe for Discriminant<T>

§

impl<T> RefUnwindSafe for ManuallyDrop<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for Saturating<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Wrapping<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Yeet<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for NonNull<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::result::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpmc::IntoIter<T>

§

impl<T> RefUnwindSafe for SendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpsc::IntoIter<T>

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpsc::Receiver<T>

§

impl<T> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::mpsc::Sender<T>

§

impl<T> RefUnwindSafe for SyncSender<T>

§

impl<T> RefUnwindSafe for Exclusive<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for PoisonError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for LocalKey<T>

§

impl<T> RefUnwindSafe for MaybeUninit<T>
where T: RefUnwindSafe,

§

impl<T, A = Global> !RefUnwindSafe for UniqueRc<T, A>

§

impl<T, A = Global> !RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::rc::Weak<T, A>

§

impl<T, A> RefUnwindSafe for Box<T, A>

§

impl<T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::binary_heap::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for IntoIterSorted<T, A>

§

impl<T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::btree_set::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::linked_list::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for BTreeSet<T, A>

§

impl<T, A> RefUnwindSafe for BinaryHeap<T, A>

§

impl<T, A> RefUnwindSafe for LinkedList<T, A>

§

impl<T, A> RefUnwindSafe for VecDeque<T, A>

§

impl<T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::collections::vec_deque::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for Arc<T, A>

§

impl<T, A> RefUnwindSafe for UniqueArc<T, A>

§

impl<T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::sync::Weak<T, A>

§

impl<T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::vec::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::vec::Vec<T, A>

§

impl<T, D> !RefUnwindSafe for Storage<T, D>

§

impl<T, E> RefUnwindSafe for Result<T, E>

§

impl<T, F = fn() -> T> !RefUnwindSafe for LazyCell<T, F>

§

impl<T, F> RefUnwindSafe for Successors<T, F>

§

impl<T, F> RefUnwindSafe for DropGuard<T, F>

§

impl<T, S> RefUnwindSafe for HashSet<T, S>

§

impl<T, U> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::io::Chain<T, U>

§

impl<T, const MAX: u32> RefUnwindSafe for VecM<T, MAX>
where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for loam_sdk::soroban_sdk::testutils::arbitrary::std::array::IntoIter<T, N>
where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for Mask<T, N>
where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for Simd<T, N>
where T: RefUnwindSafe,

§

impl<V, K> RefUnwindSafe for InstanceItem<V, K>

§

impl<V, K> RefUnwindSafe for PersistentItem<V, K>

§

impl<V, K> RefUnwindSafe for TemporaryItem<V, K>

§

impl<W> !RefUnwindSafe for IntoInnerError<W>

§

impl<W> RefUnwindSafe for BufWriter<W>
where W: RefUnwindSafe + ?Sized,

§

impl<W> RefUnwindSafe for LineWriter<W>
where W: RefUnwindSafe + ?Sized,

§

impl<Y, R> RefUnwindSafe for CoroutineState<Y, R>

§

impl<const MAX: u32> RefUnwindSafe for BytesM<MAX>

§

impl<const MAX: u32> RefUnwindSafe for StringM<MAX>

§

impl<const N: usize> !RefUnwindSafe for loam_sdk::soroban_sdk::crypto::Hash<N>

§

impl<const N: usize> !RefUnwindSafe for BytesN<N>

§

impl<const N: usize> RefUnwindSafe for LaneCount<N>