pub struct PluginMeta {
pub name: String,
pub version: String,
pub description: String,
}Expand description
插件元数据
Fields§
§name: String插件名称
version: String插件版本
description: String插件描述
Implementations§
Trait Implementations§
Source§impl Clone for PluginMeta
impl Clone for PluginMeta
Source§fn clone(&self) -> PluginMeta
fn clone(&self) -> PluginMeta
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PluginMeta
impl RefUnwindSafe for PluginMeta
impl Send for PluginMeta
impl Sync for PluginMeta
impl Unpin for PluginMeta
impl UnsafeUnpin for PluginMeta
impl UnwindSafe for PluginMeta
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