Struct pkcs11_uri::Pkcs11Uri [−][src]
pub struct Pkcs11Uri {
pub path_attributes: PathAttributes,
pub query_attributes: QueryAttributes,
// some fields omitted
}
Expand description
Parsed RFC 7512 PKCS #11 URI
Fields
path_attributes: PathAttributes
query_attributes: QueryAttributes
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pkcs11Uri
impl UnwindSafe for Pkcs11Uri
Blanket Implementations
Mutably borrows from an owned value. Read more