pub enum PluginFetchSource {
InstallCounts,
MarketplaceClone,
MarketplacePull,
MarketplaceUrl,
PluginClone,
Mcpb,
}Expand description
Telemetry for plugin/marketplace fetches that hit the network.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for PluginFetchSource
impl RefUnwindSafe for PluginFetchSource
impl Send for PluginFetchSource
impl Sync for PluginFetchSource
impl Unpin for PluginFetchSource
impl UnsafeUnpin for PluginFetchSource
impl UnwindSafe for PluginFetchSource
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