pub enum SqlSource {
Directory(PathBuf),
File(PathBuf),
Embedded(&'static [&'static str]),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlSource
impl RefUnwindSafe for SqlSource
impl Send for SqlSource
impl Sync for SqlSource
impl Unpin for SqlSource
impl UnwindSafe for SqlSource
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