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
impl StructuralPartialEq for ObjectIdentifierValue
Auto Trait Implementations§
impl Freeze for ObjectIdentifierValue
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
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
)