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