pub enum Src {
File(PathBuf),
Stdin,
}
Variants§
Trait Implementations§
impl Eq for Src
impl StructuralPartialEq for Src
Auto Trait Implementations§
impl Freeze for Src
impl RefUnwindSafe for Src
impl Send for Src
impl Sync for Src
impl Unpin for Src
impl UnwindSafe for Src
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