pub enum AnyTransformationOptions {
RsaSignature2018(TransformationOptions<RsaSignature2018>),
Ed25519Signature2018(TransformationOptions<Ed25519Signature2018>),
Ed25519Signature2020(TransformationOptions<Ed25519Signature2020>),
EdDsa2022(TransformationOptions<EdDsa2022>),
EdDsaRdfc2022(TransformationOptions<EdDsaRdfc2022>),
EcdsaSecp256k1Signature2019(TransformationOptions<EcdsaSecp256k1Signature2019>),
EcdsaSecp256r1Signature2019(TransformationOptions<EcdsaSecp256r1Signature2019>),
EcdsaRdfc2019(TransformationOptions<EcdsaRdfc2019>),
EcdsaSd2023(TransformationOptions<EcdsaSd2023>),
JsonWebSignature2020(TransformationOptions<JsonWebSignature2020>),
Unknown,
}Expand description
Any transformation options.
Variants§
RsaSignature2018(TransformationOptions<RsaSignature2018>)
Ed25519Signature2018(TransformationOptions<Ed25519Signature2018>)
Ed25519Signature2020(TransformationOptions<Ed25519Signature2020>)
EdDsa2022(TransformationOptions<EdDsa2022>)
EdDsaRdfc2022(TransformationOptions<EdDsaRdfc2022>)
EcdsaSecp256k1Signature2019(TransformationOptions<EcdsaSecp256k1Signature2019>)
EcdsaSecp256r1Signature2019(TransformationOptions<EcdsaSecp256r1Signature2019>)
EcdsaRdfc2019(TransformationOptions<EcdsaRdfc2019>)
EcdsaSd2023(TransformationOptions<EcdsaSd2023>)
JsonWebSignature2020(TransformationOptions<JsonWebSignature2020>)
Unknown
Auto Trait Implementations§
impl Freeze for AnyTransformationOptions
impl RefUnwindSafe for AnyTransformationOptions
impl Send for AnyTransformationOptions
impl Sync for AnyTransformationOptions
impl Unpin for AnyTransformationOptions
impl UnwindSafe for AnyTransformationOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
Source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
Source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T.