pub struct LoadedSuite {
pub suite_path: PathBuf,
pub manifest: SuiteManifest,
}Fields§
§suite_path: PathBuf§manifest: SuiteManifestTrait Implementations§
Source§impl Clone for LoadedSuite
impl Clone for LoadedSuite
Source§fn clone(&self) -> LoadedSuite
fn clone(&self) -> LoadedSuite
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 LoadedSuite
impl RefUnwindSafe for LoadedSuite
impl Send for LoadedSuite
impl Sync for LoadedSuite
impl Unpin for LoadedSuite
impl UnsafeUnpin for LoadedSuite
impl UnwindSafe for LoadedSuite
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