pub struct UpdateTranslation {
pub key: Key,
pub expression: String,
pub values: HashMap<String, Value>,
}Expand description
UPDATE translation result
Fields§
§key: Key§expression: String§values: HashMap<String, Value>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for UpdateTranslation
impl RefUnwindSafe for UpdateTranslation
impl Send for UpdateTranslation
impl Sync for UpdateTranslation
impl Unpin for UpdateTranslation
impl UnwindSafe for UpdateTranslation
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