Struct der_parser::oid::Oid [] [src]

pub struct Oid(_);

Object ID (OID) representation

Methods

impl Oid
[src]

[src]

Build an OID from an array of u64 integers

[src]

Convert the OID to a string representation. The string contains the IDs separated by dots, for ex: "1.2.840.113549.1.1.5"

[src]

Return an iterator on every ID

Trait Implementations

impl<'a> From<Oid> for DerObject<'a>
[src]

Build a DER object from an OID.

[src]

Performs the conversion.

impl PartialEq for Oid
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Oid
[src]

impl Clone for Oid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Oid
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Oid
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Oid

impl Sync for Oid