pub enum Red {
IOError(Error),
WalkdirError(Error),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for Red
impl !UnwindSafe for Red
impl Freeze for Red
impl Send for Red
impl Sync for Red
impl Unpin for Red
impl UnsafeUnpin for Red
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