pub struct L10nKey {
pub id: String,
pub args: Option<Vec<L10nArgument>>,
}
Fields§
§id: String
§args: Option<Vec<L10nArgument>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L10nKey
impl RefUnwindSafe for L10nKey
impl Send for L10nKey
impl Sync for L10nKey
impl Unpin for L10nKey
impl UnwindSafe for L10nKey
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