Enum loco_protocol::secure::crypto::KeyEncryptType
source · [−]#[repr(u32)]
pub enum KeyEncryptType {
RsaOaepSha1Mgf1Sha1,
}Variants
RsaOaepSha1Mgf1Sha1
Trait Implementations
sourceimpl Clone for KeyEncryptType
impl Clone for KeyEncryptType
sourcefn clone(&self) -> KeyEncryptType
fn clone(&self) -> KeyEncryptType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for KeyEncryptType
impl Debug for KeyEncryptType
sourceimpl<'de> Deserialize<'de> for KeyEncryptType
impl<'de> Deserialize<'de> for KeyEncryptType
sourcefn 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
sourceimpl Serialize for KeyEncryptType
impl Serialize for KeyEncryptType
impl Copy for KeyEncryptType
Auto Trait Implementations
impl RefUnwindSafe for KeyEncryptType
impl Send for KeyEncryptType
impl Sync for KeyEncryptType
impl Unpin for KeyEncryptType
impl UnwindSafe for KeyEncryptType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more