Struct coprocessor_plugin_api::util::BuildInfo [−][src]
Automatically collected build information about the plugin that is exposed from the library.
Will be automatically created when using declare_plugin!(...)
and will be
used by TiKV when a plugin is loaded to determine whether there are compilation mismatches.
Fields
api_version: &'static str
Version of the coprocessor_plugin_api
crate that was used to compile this plugin.
target: &'static str
Target triple for which platform this plugin was compiled.
rustc: &'static str
Version of the Rust compiler that was used for compilation.
Implementations
impl BuildInfo
[src]
Trait Implementations
impl Clone for BuildInfo
[src]
impl Debug for BuildInfo
[src]
impl Eq for BuildInfo
[src]
impl PartialEq<BuildInfo> for BuildInfo
[src]
impl StructuralEq for BuildInfo
[src]
impl StructuralPartialEq for BuildInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for BuildInfo
impl Send for BuildInfo
impl Sync for BuildInfo
impl Unpin for BuildInfo
impl UnwindSafe for BuildInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,