pub struct CatalogMessage {
pub key: DiagnosticTextKey,
pub locale: MessageLocale,
pub template: &'static str,
}Fields§
§key: DiagnosticTextKey§locale: MessageLocale§template: &'static strTrait Implementations§
Source§impl Clone for CatalogMessage
impl Clone for CatalogMessage
Source§fn clone(&self) -> CatalogMessage
fn clone(&self) -> CatalogMessage
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 CatalogMessage
impl Debug for CatalogMessage
Source§impl PartialEq for CatalogMessage
impl PartialEq for CatalogMessage
impl Copy for CatalogMessage
impl Eq for CatalogMessage
impl StructuralPartialEq for CatalogMessage
Auto Trait Implementations§
impl Freeze for CatalogMessage
impl RefUnwindSafe for CatalogMessage
impl Send for CatalogMessage
impl Sync for CatalogMessage
impl Unpin for CatalogMessage
impl UnsafeUnpin for CatalogMessage
impl UnwindSafe for CatalogMessage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.