pub struct AssetPath {
pub authored_path: String,
pub evaluated_path: String,
pub resolved_path: String,
}Expand description
Contains an asset path and optional evaluated and resolved paths.
Fields§
§evaluated_path: String§resolved_path: StringTrait Implementations§
impl StructuralPartialEq for AssetPath
Auto Trait Implementations§
impl Freeze for AssetPath
impl RefUnwindSafe for AssetPath
impl Send for AssetPath
impl Sync for AssetPath
impl Unpin for AssetPath
impl UnsafeUnpin for AssetPath
impl UnwindSafe for AssetPath
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