Struct rasn_compiler::intermediate::ObjectIdentifierValue
source · pub struct ObjectIdentifierValue(pub Vec<ObjectIdentifierArc>);
Expand description
Represents an object identifier value as specified in Rec. ITU-T X.680 (02/2021) §32
Tuple Fields§
§0: Vec<ObjectIdentifierArc>
Trait Implementations§
source§impl Clone for ObjectIdentifierValue
impl Clone for ObjectIdentifierValue
source§fn clone(&self) -> ObjectIdentifierValue
fn clone(&self) -> ObjectIdentifierValue
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 ObjectIdentifierValue
impl Debug for ObjectIdentifierValue
source§impl From<Vec<ObjectIdentifierArc>> for ObjectIdentifierValue
impl From<Vec<ObjectIdentifierArc>> for ObjectIdentifierValue
source§fn from(value: Vec<ObjectIdentifierArc>) -> Self
fn from(value: Vec<ObjectIdentifierArc>) -> Self
Converts to this type from the input type.
source§impl PartialEq for ObjectIdentifierValue
impl PartialEq for ObjectIdentifierValue
source§fn eq(&self, other: &ObjectIdentifierValue) -> bool
fn eq(&self, other: &ObjectIdentifierValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ObjectIdentifierValue
Auto Trait Implementations§
impl RefUnwindSafe for ObjectIdentifierValue
impl Send for ObjectIdentifierValue
impl Sync for ObjectIdentifierValue
impl Unpin for ObjectIdentifierValue
impl UnwindSafe for ObjectIdentifierValue
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