pub struct TranslationAttributesEncodingConfiguration;Expand description
Marker for Translation.framework’s AttributeScopes.TranslationAttributes.EncodingConfiguration.
Trait Implementations§
Source§impl Clone for TranslationAttributesEncodingConfiguration
impl Clone for TranslationAttributesEncodingConfiguration
Source§fn clone(&self) -> TranslationAttributesEncodingConfiguration
fn clone(&self) -> TranslationAttributesEncodingConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for TranslationAttributesEncodingConfiguration
impl Default for TranslationAttributesEncodingConfiguration
Source§fn default() -> TranslationAttributesEncodingConfiguration
fn default() -> TranslationAttributesEncodingConfiguration
Returns the “default value” for a type. Read more
Source§impl PartialEq for TranslationAttributesEncodingConfiguration
impl PartialEq for TranslationAttributesEncodingConfiguration
Source§fn eq(&self, other: &TranslationAttributesEncodingConfiguration) -> bool
fn eq(&self, other: &TranslationAttributesEncodingConfiguration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TranslationAttributesEncodingConfiguration
impl Eq for TranslationAttributesEncodingConfiguration
impl StructuralPartialEq for TranslationAttributesEncodingConfiguration
Auto Trait Implementations§
impl Freeze for TranslationAttributesEncodingConfiguration
impl RefUnwindSafe for TranslationAttributesEncodingConfiguration
impl Send for TranslationAttributesEncodingConfiguration
impl Sync for TranslationAttributesEncodingConfiguration
impl Unpin for TranslationAttributesEncodingConfiguration
impl UnsafeUnpin for TranslationAttributesEncodingConfiguration
impl UnwindSafe for TranslationAttributesEncodingConfiguration
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