pub struct ManifestPlugin {
pub name: String,
pub version: String,
pub publisher: String,
pub license: String,
pub homepage: String,
pub source: String,
}Expand description
The [plugin] section of a manifest.
Fields§
§name: String§version: String§publisher: String§license: String§homepage: String§source: StringTrait Implementations§
Source§impl Clone for ManifestPlugin
impl Clone for ManifestPlugin
Source§fn clone(&self) -> ManifestPlugin
fn clone(&self) -> ManifestPlugin
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ManifestPlugin
impl Debug for ManifestPlugin
Source§impl<'de> Deserialize<'de> for ManifestPlugin
impl<'de> Deserialize<'de> for ManifestPlugin
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ManifestPlugin
impl RefUnwindSafe for ManifestPlugin
impl Send for ManifestPlugin
impl Sync for ManifestPlugin
impl Unpin for ManifestPlugin
impl UnsafeUnpin for ManifestPlugin
impl UnwindSafe for ManifestPlugin
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