pub struct AffectedMatchSources {
pub direct_test_input: Vec<String>,
pub import_dependents: Vec<String>,
pub moonbit_same_package: Vec<String>,
pub moonbit_package_dependents: Vec<String>,
pub rust_name_heuristic: Vec<String>,
pub rust_workspace_heuristic: Vec<String>,
}Fields§
§direct_test_input: Vec<String>§import_dependents: Vec<String>§moonbit_same_package: Vec<String>§moonbit_package_dependents: Vec<String>§rust_name_heuristic: Vec<String>§rust_workspace_heuristic: Vec<String>Trait Implementations§
Source§impl Clone for AffectedMatchSources
impl Clone for AffectedMatchSources
Source§fn clone(&self) -> AffectedMatchSources
fn clone(&self) -> AffectedMatchSources
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 AffectedMatchSources
impl Debug for AffectedMatchSources
Auto Trait Implementations§
impl Freeze for AffectedMatchSources
impl RefUnwindSafe for AffectedMatchSources
impl Send for AffectedMatchSources
impl Sync for AffectedMatchSources
impl Unpin for AffectedMatchSources
impl UnsafeUnpin for AffectedMatchSources
impl UnwindSafe for AffectedMatchSources
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