Struct acvp_parser::parser::AcvpRequest
source · [−]pub struct AcvpRequest<T> {
pub version: String,
pub revision: String,
pub vsid: u32,
pub algorithm: String,
pub alg_type: AcvpAlgorithm,
pub is_sample: bool,
pub testgroups: Vec<AcvpTestGroup<T>>,
/* private fields */
}
Fields
version: String
revision: String
vsid: u32
algorithm: String
alg_type: AcvpAlgorithm
is_sample: bool
testgroups: Vec<AcvpTestGroup<T>>
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<T> RefUnwindSafe for AcvpRequest<T> where
T: RefUnwindSafe,
impl<T> Send for AcvpRequest<T> where
T: Send,
impl<T> Sync for AcvpRequest<T> where
T: Sync,
impl<T> Unpin for AcvpRequest<T> where
T: Unpin,
impl<T> UnwindSafe for AcvpRequest<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more