pub struct OID { /* private fields */ }Expand description
ASN.1 object identifier
Implementations§
Trait Implementations§
Source§impl Ord for OID
impl Ord for OID
Source§impl PartialOrd for OID
impl PartialOrd for OID
impl Eq for OID
impl Send for OID
impl Sync for OID
Auto Trait Implementations§
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