pub enum FileRole {
Source,
Test,
Fixture,
}Expand description
Coarse role of a changed file for weak semantic connectivity.
Variants§
Trait Implementations§
impl Copy for FileRole
impl Eq for FileRole
impl StructuralPartialEq for FileRole
Auto Trait Implementations§
impl Freeze for FileRole
impl RefUnwindSafe for FileRole
impl Send for FileRole
impl Sync for FileRole
impl Unpin for FileRole
impl UnsafeUnpin for FileRole
impl UnwindSafe for FileRole
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