pub enum CheckOk {
Directory,
RustFile,
Skip(String),
SkipUnspecified,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckOk
impl RefUnwindSafe for CheckOk
impl Send for CheckOk
impl Sync for CheckOk
impl Unpin for CheckOk
impl UnwindSafe for CheckOk
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