pub struct FixedValueField {
pub identifier: String,
pub value: ASN1Value,
}
Fields§
§identifier: String
§value: ASN1Value
Trait Implementations§
source§impl Clone for FixedValueField
impl Clone for FixedValueField
source§fn clone(&self) -> FixedValueField
fn clone(&self) -> FixedValueField
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 FixedValueField
impl Debug for FixedValueField
source§impl PartialEq for FixedValueField
impl PartialEq for FixedValueField
impl StructuralPartialEq for FixedValueField
Auto Trait Implementations§
impl Freeze for FixedValueField
impl RefUnwindSafe for FixedValueField
impl Send for FixedValueField
impl Sync for FixedValueField
impl Unpin for FixedValueField
impl UnwindSafe for FixedValueField
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
)