pub struct DiffChangedItem {
pub key: String,
pub source: Translation,
pub target: Translation,
}Fields§
§key: String§source: Translation§target: TranslationTrait Implementations§
Source§impl Clone for DiffChangedItem
impl Clone for DiffChangedItem
Source§fn clone(&self) -> DiffChangedItem
fn clone(&self) -> DiffChangedItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DiffChangedItem
impl Debug for DiffChangedItem
Source§impl<'de> Deserialize<'de> for DiffChangedItem
impl<'de> Deserialize<'de> for DiffChangedItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DiffChangedItem
impl PartialEq for DiffChangedItem
Source§impl Serialize for DiffChangedItem
impl Serialize for DiffChangedItem
impl Eq for DiffChangedItem
impl StructuralPartialEq for DiffChangedItem
Auto Trait Implementations§
impl Freeze for DiffChangedItem
impl RefUnwindSafe for DiffChangedItem
impl Send for DiffChangedItem
impl Sync for DiffChangedItem
impl Unpin for DiffChangedItem
impl UnsafeUnpin for DiffChangedItem
impl UnwindSafe for DiffChangedItem
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