pub type SECAlgorithmID = SECAlgorithmIDStr;
Aliased Type§
struct SECAlgorithmID {
pub algorithm: SECItemStr,
pub parameters: SECItemStr,
}
Fields§
§algorithm: SECItemStr
§parameters: SECItemStr
Trait Implementations
Source§impl Clone for SECAlgorithmIDStr
impl Clone for SECAlgorithmIDStr
Source§fn clone(&self) -> SECAlgorithmIDStr
fn clone(&self) -> SECAlgorithmIDStr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more