Struct der_parser::oid::Oid
[−]
[src]
pub struct Oid(_);
Methods
impl Oid[src]
fn from(s: &[u64]) -> Oid[src]
fn from_vec(v: &Vec<u64>) -> Oid[src]
fn to_hex(&self) -> String[src]
fn iter(&self) -> Iter<u64>[src]
Trait Implementations
impl PartialEq for Oid[src]
fn eq(&self, __arg_0: &Oid) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Oid) -> bool[src]
This method tests for !=.
impl Eq for Oid[src]
impl Clone for Oid[src]
fn clone(&self) -> Oid[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Display for Oid[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more