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