Enum redact_crypto::ByteUnsealable [−][src]
pub enum ByteUnsealable {
SodiumOxideSymmetricKey(SodiumOxideSymmetricKeyUnsealable),
SodiumOxideSecretAsymmetricKey(SodiumOxideSecretAsymmetricKeyUnsealable),
SodiumOxidePublicAsymmetricKey(SodiumOxidePublicAsymmetricKeyUnsealable),
}Variants
SodiumOxideSymmetricKey(SodiumOxideSymmetricKeyUnsealable)SodiumOxideSecretAsymmetricKey(SodiumOxideSecretAsymmetricKeyUnsealable)SodiumOxidePublicAsymmetricKey(SodiumOxidePublicAsymmetricKeyUnsealable)Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
fn unseal<'async_trait, S: Storer>(
self,
storer: S
) -> Pin<Box<dyn Future<Output = Result<ByteSealable, CryptoError>> + Send + 'async_trait>> where
S: 'async_trait,
Self: 'async_trait, Auto Trait Implementations
impl RefUnwindSafe for ByteUnsealableimpl Send for ByteUnsealableimpl Sync for ByteUnsealableimpl Unpin for ByteUnsealableimpl UnwindSafe for ByteUnsealableBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V