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
impl Eq for OtherKeyAttribute
impl StructuralPartialEq for OtherKeyAttribute
Auto Trait Implementations§
impl !Freeze for OtherKeyAttribute
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)