pub struct MarketplaceConfig {
pub marketplace_path: PathBuf,
pub project_root: PathBuf,
pub plugin_root_abs: PathBuf,
pub marketplace: Marketplace,
}Fields§
§marketplace_path: PathBuf§project_root: PathBuf§plugin_root_abs: PathBuf§marketplace: MarketplaceTrait Implementations§
Source§impl Clone for MarketplaceConfig
impl Clone for MarketplaceConfig
Source§fn clone(&self) -> MarketplaceConfig
fn clone(&self) -> MarketplaceConfig
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 MarketplaceConfig
impl RefUnwindSafe for MarketplaceConfig
impl Send for MarketplaceConfig
impl Sync for MarketplaceConfig
impl Unpin for MarketplaceConfig
impl UnsafeUnpin for MarketplaceConfig
impl UnwindSafe for MarketplaceConfig
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