pub struct ExportFormatQualityScore {
pub format: ExportFormat,
pub score: u16,
pub max_score: u16,
pub checks: Vec<ExportQualityCheck>,
}Fields§
§format: ExportFormat§score: u16§max_score: u16§checks: Vec<ExportQualityCheck>Trait Implementations§
Source§impl Clone for ExportFormatQualityScore
impl Clone for ExportFormatQualityScore
Source§fn clone(&self) -> ExportFormatQualityScore
fn clone(&self) -> ExportFormatQualityScore
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 ExportFormatQualityScore
impl Debug for ExportFormatQualityScore
Source§impl PartialEq for ExportFormatQualityScore
impl PartialEq for ExportFormatQualityScore
Source§fn eq(&self, other: &ExportFormatQualityScore) -> bool
fn eq(&self, other: &ExportFormatQualityScore) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExportFormatQualityScore
impl StructuralPartialEq for ExportFormatQualityScore
Auto Trait Implementations§
impl Freeze for ExportFormatQualityScore
impl RefUnwindSafe for ExportFormatQualityScore
impl Send for ExportFormatQualityScore
impl Sync for ExportFormatQualityScore
impl Unpin for ExportFormatQualityScore
impl UnsafeUnpin for ExportFormatQualityScore
impl UnwindSafe for ExportFormatQualityScore
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§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.