pub struct ParsedImportEntry {
pub raw_path: String,
}Expand description
Single entry in the $import map: alias → raw path string.
Fields§
§raw_path: StringThe string written in the source (e.g. “./common.schema.eure”).
Trait Implementations§
Source§impl Clone for ParsedImportEntry
impl Clone for ParsedImportEntry
Source§fn clone(&self) -> ParsedImportEntry
fn clone(&self) -> ParsedImportEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ParsedImportEntry
impl RefUnwindSafe for ParsedImportEntry
impl Send for ParsedImportEntry
impl Sync for ParsedImportEntry
impl Unpin for ParsedImportEntry
impl UnsafeUnpin for ParsedImportEntry
impl UnwindSafe for ParsedImportEntry
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