Enum umm::grade::SLOFileType
source · enum SLOFileType {
Source,
Test,
SourceAndTest,
}
Expand description
What kind of file the SLO is for.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SLOFileType
impl Send for SLOFileType
impl Sync for SLOFileType
impl Unpin for SLOFileType
impl UnwindSafe for SLOFileType
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