pub struct NotationLoss {
pub kind: NotationLossKind,
pub canonical_path: Option<String>,
pub detail: String,
}Expand description
One explicit piece of notation information outside canonical Score.
Fields§
§kind: NotationLossKindStable loss classification.
canonical_path: Option<String>Closest stable exchange path, when applicable.
detail: StringHuman-readable exact reason.
Trait Implementations§
Source§impl Clone for NotationLoss
impl Clone for NotationLoss
Source§fn clone(&self) -> NotationLoss
fn clone(&self) -> NotationLoss
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 NotationLoss
impl Debug for NotationLoss
impl Eq for NotationLoss
Source§impl PartialEq for NotationLoss
impl PartialEq for NotationLoss
impl StructuralPartialEq for NotationLoss
Auto Trait Implementations§
impl Freeze for NotationLoss
impl RefUnwindSafe for NotationLoss
impl Send for NotationLoss
impl Sync for NotationLoss
impl Unpin for NotationLoss
impl UnsafeUnpin for NotationLoss
impl UnwindSafe for NotationLoss
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