Struct oid_registry::OidEntry
source · pub struct OidEntry { /* private fields */ }
Expand description
An entry stored in the OID registry
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OidEntry
impl RefUnwindSafe for OidEntry
impl Send for OidEntry
impl Sync for OidEntry
impl Unpin for OidEntry
impl UnwindSafe for OidEntry
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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