pub struct SuiteSelection {
pub suite_key: String,
pub suite_path: PathBuf,
}Fields§
§suite_key: String§suite_path: PathBufTrait Implementations§
Source§impl Clone for SuiteSelection
impl Clone for SuiteSelection
Auto Trait Implementations§
impl Freeze for SuiteSelection
impl RefUnwindSafe for SuiteSelection
impl Send for SuiteSelection
impl Sync for SuiteSelection
impl Unpin for SuiteSelection
impl UnsafeUnpin for SuiteSelection
impl UnwindSafe for SuiteSelection
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