pub enum SecurityProfile {
Production,
Test,
}Variants§
Trait Implementations§
Source§impl From<SecurityProfile> for KeyDerivationParams
impl From<SecurityProfile> for KeyDerivationParams
Source§fn from(profile: SecurityProfile) -> Self
fn from(profile: SecurityProfile) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecurityProfile
impl RefUnwindSafe for SecurityProfile
impl Send for SecurityProfile
impl Sync for SecurityProfile
impl Unpin for SecurityProfile
impl UnwindSafe for SecurityProfile
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