pub struct PluginInstallParams {
pub marketplace_path: Option<AbsolutePathBuf>,
pub plugin_name: String,
pub remote_marketplace_name: Option<String>,
}Fields§
§marketplace_path: Option<AbsolutePathBuf>§plugin_name: String§remote_marketplace_name: Option<String>Trait Implementations§
Source§impl Clone for PluginInstallParams
impl Clone for PluginInstallParams
Source§fn clone(&self) -> PluginInstallParams
fn clone(&self) -> PluginInstallParams
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 PluginInstallParams
impl Debug for PluginInstallParams
Source§impl<'de> Deserialize<'de> for PluginInstallParams
impl<'de> Deserialize<'de> for PluginInstallParams
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
Source§impl PartialEq for PluginInstallParams
impl PartialEq for PluginInstallParams
Source§fn eq(&self, other: &PluginInstallParams) -> bool
fn eq(&self, other: &PluginInstallParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PluginInstallParams
impl Serialize for PluginInstallParams
impl StructuralPartialEq for PluginInstallParams
Auto Trait Implementations§
impl Freeze for PluginInstallParams
impl RefUnwindSafe for PluginInstallParams
impl Send for PluginInstallParams
impl Sync for PluginInstallParams
impl Unpin for PluginInstallParams
impl UnsafeUnpin for PluginInstallParams
impl UnwindSafe for PluginInstallParams
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