pub struct AlgorithmParameterSpec { /* private fields */ }
Trait Implementations§
Source§impl From<KeyGenParameterSpec> for AlgorithmParameterSpec
impl From<KeyGenParameterSpec> for AlgorithmParameterSpec
Source§fn from(value: KeyGenParameterSpec) -> Self
fn from(value: KeyGenParameterSpec) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AlgorithmParameterSpec
impl RefUnwindSafe for AlgorithmParameterSpec
impl Send for AlgorithmParameterSpec
impl Sync for AlgorithmParameterSpec
impl Unpin for AlgorithmParameterSpec
impl UnwindSafe for AlgorithmParameterSpec
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