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