Struct fluent_testing::scenarios::structs::Query
source · pub struct Query {
pub input: L10nKey,
pub output: Option<L10nMessage>,
pub exceptional_context: ExceptionalContext,
}Fields
input: L10nKeyoutput: Option<L10nMessage>exceptional_context: ExceptionalContextImplementations
Trait Implementations
sourceimpl From<(&str, &str, ExceptionalContext)> for Query
impl From<(&str, &str, ExceptionalContext)> for Query
sourcefn from(i: (&str, &str, ExceptionalContext)) -> Self
fn from(i: (&str, &str, ExceptionalContext)) -> Self
Converts to this type from the input type.
sourceimpl From<(&str, L10nMessage)> for Query
impl From<(&str, L10nMessage)> for Query
sourcefn from(i: (&str, L10nMessage)) -> Self
fn from(i: (&str, L10nMessage)) -> Self
Converts to this type from the input type.
sourceimpl From<(L10nKey, L10nMessage)> for Query
impl From<(L10nKey, L10nMessage)> for Query
sourcefn from(i: (L10nKey, L10nMessage)) -> Self
fn from(i: (L10nKey, L10nMessage)) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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