pub struct TraceMsg {
pub level: TraceLevel,
pub path: String,
pub reason: MatchReason,
}Expand description
Trace message for debugging font matching
Fields§
§level: TraceLevel§path: String§reason: MatchReasonTrait Implementations§
impl Eq for TraceMsg
impl StructuralPartialEq for TraceMsg
Auto Trait Implementations§
impl Freeze for TraceMsg
impl RefUnwindSafe for TraceMsg
impl Send for TraceMsg
impl Sync for TraceMsg
impl Unpin for TraceMsg
impl UnsafeUnpin for TraceMsg
impl UnwindSafe for TraceMsg
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