pub struct TranslationGroupDiff {}Expand description
Representation of the translation_group-diff resource
Trait Implementations§
Source§impl Clone for TranslationGroupDiff
impl Clone for TranslationGroupDiff
Source§fn clone(&self) -> TranslationGroupDiff
fn clone(&self) -> TranslationGroupDiff
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 TranslationGroupDiff
impl Debug for TranslationGroupDiff
Source§impl Default for TranslationGroupDiff
impl Default for TranslationGroupDiff
Source§impl<'de> Deserialize<'de> for TranslationGroupDiff
impl<'de> Deserialize<'de> for TranslationGroupDiff
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 TranslationGroupDiff
impl PartialEq for TranslationGroupDiff
Source§impl Serialize for TranslationGroupDiff
impl Serialize for TranslationGroupDiff
impl StructuralPartialEq for TranslationGroupDiff
Auto Trait Implementations§
impl Freeze for TranslationGroupDiff
impl RefUnwindSafe for TranslationGroupDiff
impl Send for TranslationGroupDiff
impl Sync for TranslationGroupDiff
impl Unpin for TranslationGroupDiff
impl UnwindSafe for TranslationGroupDiff
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