pub struct PluginSection {
pub name: String,
pub version: String,
pub publisher: String,
pub license: Option<String>,
pub homepage: Option<String>,
pub source: Option<String>,
}Fields§
§name: String§version: String§publisher: String§license: Option<String>§homepage: Option<String>§source: Option<String>Trait Implementations§
Source§impl Debug for PluginSection
impl Debug for PluginSection
Auto Trait Implementations§
impl Freeze for PluginSection
impl RefUnwindSafe for PluginSection
impl Send for PluginSection
impl Sync for PluginSection
impl Unpin for PluginSection
impl UnsafeUnpin for PluginSection
impl UnwindSafe for PluginSection
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