Struct PluginSpec
pub struct PluginSpec {
pub name: String,
pub version: Option<String>,
}Fields§
§name: String§version: Option<String>Trait Implementations§
Source§impl Debug for PluginSpec
impl Debug for PluginSpec
impl Eq for PluginSpec
Source§impl PartialEq for PluginSpec
impl PartialEq for PluginSpec
impl StructuralPartialEq for PluginSpec
Auto Trait Implementations§
impl Freeze for PluginSpec
impl RefUnwindSafe for PluginSpec
impl Send for PluginSpec
impl Sync for PluginSpec
impl Unpin for PluginSpec
impl UnsafeUnpin for PluginSpec
impl UnwindSafe for PluginSpec
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.