pub struct ImportTarget {
pub format: ImportFormat,
pub path: PathBuf,
pub folder_name: String,
}Available on crate feature
import only.Expand description
Target for an import operation.
Fields§
§format: ImportFormatExpected file format.
path: PathBufPath to the file.
folder_name: StringName for the folder.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImportTarget
impl RefUnwindSafe for ImportTarget
impl Send for ImportTarget
impl Sync for ImportTarget
impl Unpin for ImportTarget
impl UnwindSafe for ImportTarget
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