pub struct GetResult {
pub unit: Unit,
pub path: PathBuf,
}Expand description
Result of loading a unit.
Fields§
§unit: Unit§path: PathBufAuto Trait Implementations§
impl Freeze for GetResult
impl RefUnwindSafe for GetResult
impl Send for GetResult
impl Sync for GetResult
impl Unpin for GetResult
impl UnsafeUnpin for GetResult
impl UnwindSafe for GetResult
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