pub enum CompiledCatalogTranslationKind {
Singular,
Plural,
}Expand description
High-level translation kind associated with a compiled runtime ID.
Variants§
Trait Implementations§
Source§impl Clone for CompiledCatalogTranslationKind
impl Clone for CompiledCatalogTranslationKind
Source§fn clone(&self) -> CompiledCatalogTranslationKind
fn clone(&self) -> CompiledCatalogTranslationKind
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 PartialEq for CompiledCatalogTranslationKind
impl PartialEq for CompiledCatalogTranslationKind
Source§fn eq(&self, other: &CompiledCatalogTranslationKind) -> bool
fn eq(&self, other: &CompiledCatalogTranslationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CompiledCatalogTranslationKind
impl Eq for CompiledCatalogTranslationKind
impl StructuralPartialEq for CompiledCatalogTranslationKind
Auto Trait Implementations§
impl Freeze for CompiledCatalogTranslationKind
impl RefUnwindSafe for CompiledCatalogTranslationKind
impl Send for CompiledCatalogTranslationKind
impl Sync for CompiledCatalogTranslationKind
impl Unpin for CompiledCatalogTranslationKind
impl UnsafeUnpin for CompiledCatalogTranslationKind
impl UnwindSafe for CompiledCatalogTranslationKind
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