pub struct Scenario {
pub name: String,
pub file_sources: Vec<FileSource>,
pub locales: Vec<String>,
pub res_ids: Vec<ResourceId>,
pub queries: Queries,
}Fields§
§name: String§file_sources: Vec<FileSource>§locales: Vec<String>§res_ids: Vec<ResourceId>§queries: QueriesImplementations§
Auto Trait Implementations§
impl Freeze for Scenario
impl RefUnwindSafe for Scenario
impl Send for Scenario
impl Sync for Scenario
impl Unpin for Scenario
impl UnwindSafe for Scenario
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