pub struct ModelsDirResolution {
pub path: PathBuf,
pub source: ModelsDirSource,
}Expand description
Resolution result for the models directory.
Fields§
§path: PathBufThe resolved path to the models directory.
source: ModelsDirSourceHow the path was determined.
Trait Implementations§
Source§impl Clone for ModelsDirResolution
impl Clone for ModelsDirResolution
Source§fn clone(&self) -> ModelsDirResolution
fn clone(&self) -> ModelsDirResolution
Returns a duplicate of the value. Read more
1.0.0 · 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 ModelsDirResolution
impl RefUnwindSafe for ModelsDirResolution
impl Send for ModelsDirResolution
impl Sync for ModelsDirResolution
impl Unpin for ModelsDirResolution
impl UnwindSafe for ModelsDirResolution
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