pub struct AnalyticsInput {
pub archive_path: String,
pub archive_kind: String,
pub detected_project_roots: Vec<String>,
pub selected_project_roots: Vec<String>,
}Expand description
Input metadata for the analytics schema.
Fields§
§archive_path: String§archive_kind: String§detected_project_roots: Vec<String>§selected_project_roots: Vec<String>Trait Implementations§
Source§impl Clone for AnalyticsInput
impl Clone for AnalyticsInput
Source§fn clone(&self) -> AnalyticsInput
fn clone(&self) -> AnalyticsInput
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 moreSource§impl Debug for AnalyticsInput
impl Debug for AnalyticsInput
Source§impl PartialEq for AnalyticsInput
impl PartialEq for AnalyticsInput
Source§impl Serialize for AnalyticsInput
impl Serialize for AnalyticsInput
impl Eq for AnalyticsInput
impl StructuralPartialEq for AnalyticsInput
Auto Trait Implementations§
impl Freeze for AnalyticsInput
impl RefUnwindSafe for AnalyticsInput
impl Send for AnalyticsInput
impl Sync for AnalyticsInput
impl Unpin for AnalyticsInput
impl UnsafeUnpin for AnalyticsInput
impl UnwindSafe for AnalyticsInput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.