pub struct ExcludedModule {
pub module: String,
pub candidate_files: usize,
pub max_relevance: f64,
pub reason: String,
}Fields§
§module: String§candidate_files: usize§max_relevance: f64§reason: StringTrait Implementations§
Source§impl Clone for ExcludedModule
impl Clone for ExcludedModule
Source§fn clone(&self) -> ExcludedModule
fn clone(&self) -> ExcludedModule
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 ExcludedModule
impl RefUnwindSafe for ExcludedModule
impl Send for ExcludedModule
impl Sync for ExcludedModule
impl Unpin for ExcludedModule
impl UnsafeUnpin for ExcludedModule
impl UnwindSafe for ExcludedModule
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