pub struct OtherKeyAttribute {
pub key_attribute_id: Oid,
pub key_attribute: Option<()>,
}
Expand description
Other key attribute.
OtherKeyAttribute ::= SEQUENCE {
keyAttrId OBJECT IDENTIFIER,
keyAttr ANY DEFINED BY keyAttrId OPTIONAL }
Fields§
§key_attribute_id: Oid
§key_attribute: Option<()>
Trait Implementations§
source§impl Clone for OtherKeyAttribute
impl Clone for OtherKeyAttribute
source§fn clone(&self) -> OtherKeyAttribute
fn clone(&self) -> OtherKeyAttribute
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 moresource§impl Debug for OtherKeyAttribute
impl Debug for OtherKeyAttribute
source§impl PartialEq for OtherKeyAttribute
impl PartialEq for OtherKeyAttribute
source§fn eq(&self, other: &OtherKeyAttribute) -> bool
fn eq(&self, other: &OtherKeyAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OtherKeyAttribute
impl StructuralEq for OtherKeyAttribute
impl StructuralPartialEq for OtherKeyAttribute
Auto Trait Implementations§
impl RefUnwindSafe for OtherKeyAttribute
impl Send for OtherKeyAttribute
impl Sync for OtherKeyAttribute
impl Unpin for OtherKeyAttribute
impl UnwindSafe for OtherKeyAttribute
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.