Struct cryptographic_message_syntax::asn1::rfc3281::Attribute [−][src]
pub struct Attribute {
pub typ: AttributeType,
pub values: Vec<AttributeValue>,
}Expand description
Attribute
Attribute ::= SEQUENCE {
type AttributeType,
values SET OF AttributeValue
-- at least one value is required
}Fields
typ: AttributeTypevalues: Vec<AttributeValue>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Attribute
impl UnwindSafe for Attribute
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
