Enum roqoqo::operations::Operation[][src]

pub enum Operation {
Show 65 variants SingleQubitGate(SingleQubitGate), RotateZ(RotateZ), RotateX(RotateX), RotateY(RotateY), PauliX(PauliX), PauliY(PauliY), PauliZ(PauliZ), SqrtPauliX(SqrtPauliX), InvSqrtPauliX(InvSqrtPauliX), Hadamard(Hadamard), SGate(SGate), TGate(TGate), PhaseShiftState1(PhaseShiftState1), PhaseShiftState0(PhaseShiftState0), RotateAroundSphericalAxis(RotateAroundSphericalAxis), PragmaSetNumberOfMeasurements(PragmaSetNumberOfMeasurements), PragmaSetStateVector(PragmaSetStateVector), PragmaSetDensityMatrix(PragmaSetDensityMatrix), PragmaRepeatGate(PragmaRepeatGate), PragmaOverrotation(PragmaOverrotation), PragmaBoostNoise(PragmaBoostNoise), PragmaStopParallelBlock(PragmaStopParallelBlock), PragmaGlobalPhase(PragmaGlobalPhase), PragmaSleep(PragmaSleep), PragmaActiveReset(PragmaActiveReset), PragmaStartDecompositionBlock(PragmaStartDecompositionBlock), PragmaStopDecompositionBlock(PragmaStopDecompositionBlock), PragmaDamping(PragmaDamping), PragmaDepolarising(PragmaDepolarising), PragmaDephasing(PragmaDephasing), PragmaRandomNoise(PragmaRandomNoise), PragmaGeneralNoise(PragmaGeneralNoise), PragmaConditional(PragmaConditional), CNOT(CNOT), SWAP(SWAP), ISwap(ISwap), FSwap(FSwap), SqrtISwap(SqrtISwap), InvSqrtISwap(InvSqrtISwap), XY(XY), ControlledPhaseShift(ControlledPhaseShift), ControlledPauliY(ControlledPauliY), ControlledPauliZ(ControlledPauliZ), MolmerSorensenXX(MolmerSorensenXX), VariableMSXX(VariableMSXX), GivensRotation(GivensRotation), GivensRotationLittleEndian(GivensRotationLittleEndian), Qsim(Qsim), Fsim(Fsim), SpinInteraction(SpinInteraction), Bogoliubov(Bogoliubov), PMInteraction(PMInteraction), ComplexPMInteraction(ComplexPMInteraction), PhaseShiftedControlledZ(PhaseShiftedControlledZ), MeasureQubit(MeasureQubit), PragmaGetStateVector(PragmaGetStateVector), PragmaGetDensityMatrix(PragmaGetDensityMatrix), PragmaGetOccupationProbability(PragmaGetOccupationProbability), PragmaGetPauliProduct(PragmaGetPauliProduct), PragmaRepeatedMeasurement(PragmaRepeatedMeasurement), DefinitionFloat(DefinitionFloat), DefinitionComplex(DefinitionComplex), DefinitionUsize(DefinitionUsize), DefinitionBit(DefinitionBit), InputSymbolic(InputSymbolic),
}
Expand description

Enum of all Operations implementing Operate

Variants

SingleQubitGate(SingleQubitGate)

Variant for SingleQubitGate

Tuple Fields of SingleQubitGate

0: SingleQubitGate
RotateZ(RotateZ)

Variant for RotateZ

Tuple Fields of RotateZ

0: RotateZ
RotateX(RotateX)

Variant for RotateX

Tuple Fields of RotateX

0: RotateX
RotateY(RotateY)

Variant for RotateY

Tuple Fields of RotateY

0: RotateY
PauliX(PauliX)

Variant for PauliX

Tuple Fields of PauliX

0: PauliX
PauliY(PauliY)

Variant for PauliY

Tuple Fields of PauliY

0: PauliY
PauliZ(PauliZ)

Variant for PauliZ

Tuple Fields of PauliZ

0: PauliZ
SqrtPauliX(SqrtPauliX)

Variant for SqrtPauliX

Tuple Fields of SqrtPauliX

0: SqrtPauliX
InvSqrtPauliX(InvSqrtPauliX)

Variant for InvSqrtPauliX

Tuple Fields of InvSqrtPauliX

0: InvSqrtPauliX
Hadamard(Hadamard)

Variant for Hadamard

Tuple Fields of Hadamard

0: Hadamard
SGate(SGate)

Variant for SGate

Tuple Fields of SGate

0: SGate
TGate(TGate)

Variant for TGate

Tuple Fields of TGate

0: TGate
PhaseShiftState1(PhaseShiftState1)

Variant for PhaseShiftState1

Tuple Fields of PhaseShiftState1

0: PhaseShiftState1
PhaseShiftState0(PhaseShiftState0)

Variant for PhaseShiftState0

Tuple Fields of PhaseShiftState0

0: PhaseShiftState0
RotateAroundSphericalAxis(RotateAroundSphericalAxis)

Variant for RotateAroundSphericalAxis

Tuple Fields of RotateAroundSphericalAxis

0: RotateAroundSphericalAxis
PragmaSetNumberOfMeasurements(PragmaSetNumberOfMeasurements)

Variant for PragmaSetNumberOfMeasurements

Tuple Fields of PragmaSetNumberOfMeasurements

0: PragmaSetNumberOfMeasurements
PragmaSetStateVector(PragmaSetStateVector)

Variant for PragmaSetStateVector

Tuple Fields of PragmaSetStateVector

0: PragmaSetStateVector
PragmaSetDensityMatrix(PragmaSetDensityMatrix)

Variant for PragmaSetDensityMatrix

Tuple Fields of PragmaSetDensityMatrix

0: PragmaSetDensityMatrix
PragmaRepeatGate(PragmaRepeatGate)

Variant for PragmaRepeatGate

Tuple Fields of PragmaRepeatGate

0: PragmaRepeatGate
PragmaOverrotation(PragmaOverrotation)

Variant for PragmaOverrotation

Tuple Fields of PragmaOverrotation

0: PragmaOverrotation
PragmaBoostNoise(PragmaBoostNoise)

Variant for PragmaBoostNoise

Tuple Fields of PragmaBoostNoise

0: PragmaBoostNoise
PragmaStopParallelBlock(PragmaStopParallelBlock)

Variant for PragmaStopParallelBlock

Tuple Fields of PragmaStopParallelBlock

0: PragmaStopParallelBlock
PragmaGlobalPhase(PragmaGlobalPhase)

Variant for PragmaGlobalPhase

Tuple Fields of PragmaGlobalPhase

0: PragmaGlobalPhase
PragmaSleep(PragmaSleep)

Variant for PragmaSleep

Tuple Fields of PragmaSleep

0: PragmaSleep
PragmaActiveReset(PragmaActiveReset)

Variant for PragmaActiveReset

Tuple Fields of PragmaActiveReset

0: PragmaActiveReset
PragmaStartDecompositionBlock(PragmaStartDecompositionBlock)

Variant for PragmaStartDecompositionBlock

Tuple Fields of PragmaStartDecompositionBlock

0: PragmaStartDecompositionBlock
PragmaStopDecompositionBlock(PragmaStopDecompositionBlock)

Variant for PragmaStopDecompositionBlock

Tuple Fields of PragmaStopDecompositionBlock

0: PragmaStopDecompositionBlock
PragmaDamping(PragmaDamping)

Variant for PragmaDamping

Tuple Fields of PragmaDamping

0: PragmaDamping
PragmaDepolarising(PragmaDepolarising)

Variant for PragmaDepolarising

Tuple Fields of PragmaDepolarising

0: PragmaDepolarising
PragmaDephasing(PragmaDephasing)

Variant for PragmaDephasing

Tuple Fields of PragmaDephasing

0: PragmaDephasing
PragmaRandomNoise(PragmaRandomNoise)

Variant for PragmaRandomNoise

Tuple Fields of PragmaRandomNoise

0: PragmaRandomNoise
PragmaGeneralNoise(PragmaGeneralNoise)

Variant for PragmaGeneralNoise

Tuple Fields of PragmaGeneralNoise

0: PragmaGeneralNoise
PragmaConditional(PragmaConditional)

Variant for PragmaConditional

Tuple Fields of PragmaConditional

0: PragmaConditional
CNOT(CNOT)

Variant for CNOT

Tuple Fields of CNOT

0: CNOT
SWAP(SWAP)

Variant for SWAP

Tuple Fields of SWAP

0: SWAP
ISwap(ISwap)

Variant for ISwap

Tuple Fields of ISwap

0: ISwap
FSwap(FSwap)

Variant for FSwap

Tuple Fields of FSwap

0: FSwap
SqrtISwap(SqrtISwap)

Variant for SqrtISwap

Tuple Fields of SqrtISwap

0: SqrtISwap
InvSqrtISwap(InvSqrtISwap)

Variant for InvSqrtISwap

Tuple Fields of InvSqrtISwap

0: InvSqrtISwap
XY(XY)

Variant for XY

Tuple Fields of XY

0: XY
ControlledPhaseShift(ControlledPhaseShift)

Variant for ControlledPhaseShift

Tuple Fields of ControlledPhaseShift

0: ControlledPhaseShift
ControlledPauliY(ControlledPauliY)

Variant for ControlledPauliY

Tuple Fields of ControlledPauliY

0: ControlledPauliY
ControlledPauliZ(ControlledPauliZ)

Variant for ControlledPauliZ

Tuple Fields of ControlledPauliZ

0: ControlledPauliZ
MolmerSorensenXX(MolmerSorensenXX)

Variant for MolmerSorensenXX

Tuple Fields of MolmerSorensenXX

0: MolmerSorensenXX
VariableMSXX(VariableMSXX)

Variant for VariableMSXX

Tuple Fields of VariableMSXX

0: VariableMSXX
GivensRotation(GivensRotation)

Variant for GivensRotation

Tuple Fields of GivensRotation

0: GivensRotation
GivensRotationLittleEndian(GivensRotationLittleEndian)

Variant for GivensRotationLittleEndian

Tuple Fields of GivensRotationLittleEndian

0: GivensRotationLittleEndian
Qsim(Qsim)

Variant for Qsim

Tuple Fields of Qsim

0: Qsim
Fsim(Fsim)

Variant for Fsim

Tuple Fields of Fsim

0: Fsim
SpinInteraction(SpinInteraction)

Variant for SpinInteraction

Tuple Fields of SpinInteraction

0: SpinInteraction
Bogoliubov(Bogoliubov)

Variant for Bogoliubov

Tuple Fields of Bogoliubov

0: Bogoliubov
PMInteraction(PMInteraction)

Variant for PMInteraction

Tuple Fields of PMInteraction

0: PMInteraction
ComplexPMInteraction(ComplexPMInteraction)

Variant for ComplexPMInteraction

Tuple Fields of ComplexPMInteraction

0: ComplexPMInteraction
PhaseShiftedControlledZ(PhaseShiftedControlledZ)

Variant for PhaseShiftedControlledZ

Tuple Fields of PhaseShiftedControlledZ

0: PhaseShiftedControlledZ
MeasureQubit(MeasureQubit)

Variant for MeasureQubit

Tuple Fields of MeasureQubit

0: MeasureQubit
PragmaGetStateVector(PragmaGetStateVector)

Variant for PragmaGetStateVector

Tuple Fields of PragmaGetStateVector

0: PragmaGetStateVector
PragmaGetDensityMatrix(PragmaGetDensityMatrix)

Variant for PragmaGetDensityMatrix

Tuple Fields of PragmaGetDensityMatrix

0: PragmaGetDensityMatrix
PragmaGetOccupationProbability(PragmaGetOccupationProbability)

Variant for PragmaGetOccupationProbability

Tuple Fields of PragmaGetOccupationProbability

0: PragmaGetOccupationProbability
PragmaGetPauliProduct(PragmaGetPauliProduct)

Variant for PragmaGetPauliProduct

Tuple Fields of PragmaGetPauliProduct

0: PragmaGetPauliProduct
PragmaRepeatedMeasurement(PragmaRepeatedMeasurement)

Variant for PragmaRepeatedMeasurement

Tuple Fields of PragmaRepeatedMeasurement

0: PragmaRepeatedMeasurement
DefinitionFloat(DefinitionFloat)

Variant for DefinitionFloat

Tuple Fields of DefinitionFloat

0: DefinitionFloat
DefinitionComplex(DefinitionComplex)

Variant for DefinitionComplex

Tuple Fields of DefinitionComplex

0: DefinitionComplex
DefinitionUsize(DefinitionUsize)

Variant for DefinitionUsize

Tuple Fields of DefinitionUsize

0: DefinitionUsize
DefinitionBit(DefinitionBit)

Variant for DefinitionBit

Tuple Fields of DefinitionBit

0: DefinitionBit
InputSymbolic(InputSymbolic)

Variant for InputSymbolic

Tuple Fields of InputSymbolic

0: InputSymbolic

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements InvolveQubits trait for the qubits involved in this Operation.

Returns a list of all involved qubits.

Implements the universal basic trait Operate for this Operation.

Returns tags classifying the type of the Operation.

Returns hqslang name of the Operation.

Returns true when Operation has symbolic parameters.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Implements Substitute trait allowing to replace symbolic parameters and to perform qubit mappings.

Substitutes symbolic parameters in clone of the operation.

Remaps the qubits in clone of the operation.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.