pub struct InstalledMarketplaceConfig {
pub name: String,
pub install_location: String,
pub source: String,
}Expand description
Installed marketplace config
Fields§
§name: String§install_location: String§source: StringTrait Implementations§
Source§impl Clone for InstalledMarketplaceConfig
impl Clone for InstalledMarketplaceConfig
Source§fn clone(&self) -> InstalledMarketplaceConfig
fn clone(&self) -> InstalledMarketplaceConfig
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 InstalledMarketplaceConfig
impl RefUnwindSafe for InstalledMarketplaceConfig
impl Send for InstalledMarketplaceConfig
impl Sync for InstalledMarketplaceConfig
impl Unpin for InstalledMarketplaceConfig
impl UnsafeUnpin for InstalledMarketplaceConfig
impl UnwindSafe for InstalledMarketplaceConfig
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