pub struct LoadFrom {
pub path: String,
pub options: HashMap<String, String>,
}Expand description
LOAD FROM statement — scan external file without importing.
Fields§
§path: String§options: HashMap<String, String>Trait Implementations§
impl StructuralPartialEq for LoadFrom
Auto Trait Implementations§
impl Freeze for LoadFrom
impl RefUnwindSafe for LoadFrom
impl Send for LoadFrom
impl Sync for LoadFrom
impl Unpin for LoadFrom
impl UnsafeUnpin for LoadFrom
impl UnwindSafe for LoadFrom
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