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