pub struct MissingFragment {
pub concept: Concept,
pub key: &'static str,
pub variant: Variant,
}Expand description
A fragment present in English but missing in another locale.
Fields§
§concept: ConceptConcept of the untranslated fragment.
key: &'static strKey of the untranslated fragment.
variant: VariantVariant of the untranslated fragment.
Trait Implementations§
Source§impl Clone for MissingFragment
impl Clone for MissingFragment
Source§fn clone(&self) -> MissingFragment
fn clone(&self) -> MissingFragment
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 Debug for MissingFragment
impl Debug for MissingFragment
impl Eq for MissingFragment
Source§impl PartialEq for MissingFragment
impl PartialEq for MissingFragment
Source§fn eq(&self, other: &MissingFragment) -> bool
fn eq(&self, other: &MissingFragment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MissingFragment
Auto Trait Implementations§
impl Freeze for MissingFragment
impl RefUnwindSafe for MissingFragment
impl Send for MissingFragment
impl Sync for MissingFragment
impl Unpin for MissingFragment
impl UnsafeUnpin for MissingFragment
impl UnwindSafe for MissingFragment
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.