Struct nodejs_resolver::Resource
source · pub struct Resource {
pub path: PathBuf,
pub query: Option<String>,
pub fragment: Option<String>,
pub description: Option<Arc<DescriptionData>>,
}
Fields§
§path: PathBuf
§query: Option<String>
§fragment: Option<String>
§description: Option<Arc<DescriptionData>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Resource
impl Send for Resource
impl Sync for Resource
impl Unpin for Resource
impl !UnwindSafe for Resource
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