Struct fluent_testing::scenarios::structs::L10nKey
source · pub struct L10nKey {
pub id: String,
pub args: Option<Vec<L10nArgument>>,
}Fields
id: Stringargs: Option<Vec<L10nArgument>>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for L10nKey
impl Send for L10nKey
impl Sync for L10nKey
impl Unpin for L10nKey
impl UnwindSafe for L10nKey
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