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
Source§fn clone(&self) -> SuiteSelection
fn clone(&self) -> SuiteSelection
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 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