pub struct ImplInfo {
pub name: &'static str,
pub version: &'static str,
}
Expand description
Basic info about the implementation.
Fields§
§name: &'static str
Implementation name (usually the name of crate the underlying implementation).
version: &'static str
Some unspecified version number (e. g. openssl library version for openssl implementation).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImplInfo
impl RefUnwindSafe for ImplInfo
impl Send for ImplInfo
impl Sync for ImplInfo
impl Unpin for ImplInfo
impl UnwindSafe for ImplInfo
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