pub struct TranslationAttributesDecodingConfiguration;Expand description
Marker for Translation.framework’s AttributeScopes.TranslationAttributes.DecodingConfiguration.
Trait Implementations§
Source§impl Clone for TranslationAttributesDecodingConfiguration
impl Clone for TranslationAttributesDecodingConfiguration
Source§fn clone(&self) -> TranslationAttributesDecodingConfiguration
fn clone(&self) -> TranslationAttributesDecodingConfiguration
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 TranslationAttributesDecodingConfiguration
impl Default for TranslationAttributesDecodingConfiguration
Source§fn default() -> TranslationAttributesDecodingConfiguration
fn default() -> TranslationAttributesDecodingConfiguration
Returns the “default value” for a type. Read more
Source§impl PartialEq for TranslationAttributesDecodingConfiguration
impl PartialEq for TranslationAttributesDecodingConfiguration
Source§fn eq(&self, other: &TranslationAttributesDecodingConfiguration) -> bool
fn eq(&self, other: &TranslationAttributesDecodingConfiguration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TranslationAttributesDecodingConfiguration
impl Eq for TranslationAttributesDecodingConfiguration
impl StructuralPartialEq for TranslationAttributesDecodingConfiguration
Auto Trait Implementations§
impl Freeze for TranslationAttributesDecodingConfiguration
impl RefUnwindSafe for TranslationAttributesDecodingConfiguration
impl Send for TranslationAttributesDecodingConfiguration
impl Sync for TranslationAttributesDecodingConfiguration
impl Unpin for TranslationAttributesDecodingConfiguration
impl UnsafeUnpin for TranslationAttributesDecodingConfiguration
impl UnwindSafe for TranslationAttributesDecodingConfiguration
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