Struct pkcs11_uri::QueryAttributes [−][src]
pub struct QueryAttributes {
pub pin_source: Option<String>,
pub pin_value: Option<String>,
pub module_name: Option<String>,
pub module_path: Option<String>,
}
Fields
pin_source: Option<String>
pin_value: Option<String>
module_name: Option<String>
module_path: Option<String>
Trait Implementations
Returns the “default value” for a type. Read more
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 RefUnwindSafe for QueryAttributes
impl Send for QueryAttributes
impl Sync for QueryAttributes
impl Unpin for QueryAttributes
impl UnwindSafe for QueryAttributes
Blanket Implementations
Mutably borrows from an owned value. Read more