Struct fluent_testing::scenarios::structs::Scenario
source · 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: Stringfile_sources: Vec<FileSource>locales: Vec<String>res_ids: Vec<ResourceId>queries: QueriesImplementations
Auto Trait Implementations
impl RefUnwindSafe for Scenario
impl Send for Scenario
impl Sync for Scenario
impl Unpin for Scenario
impl UnwindSafe for Scenario
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more