pub struct TranslationLoss { /* private fields */ }Expand description
Loss marker recorded when a source translation cannot be exact.
Implementations§
Trait Implementations§
Source§impl Clone for TranslationLoss
impl Clone for TranslationLoss
Source§fn clone(&self) -> TranslationLoss
fn clone(&self) -> TranslationLoss
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 TranslationLoss
impl Debug for TranslationLoss
Source§impl PartialEq for TranslationLoss
impl PartialEq for TranslationLoss
Source§fn eq(&self, other: &TranslationLoss) -> bool
fn eq(&self, other: &TranslationLoss) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TranslationLoss
impl StructuralPartialEq for TranslationLoss
Auto Trait Implementations§
impl Freeze for TranslationLoss
impl RefUnwindSafe for TranslationLoss
impl Send for TranslationLoss
impl Sync for TranslationLoss
impl Unpin for TranslationLoss
impl UnsafeUnpin for TranslationLoss
impl UnwindSafe for TranslationLoss
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