Struct rustc_log::BacktraceFormatter
source · pub(crate) struct BacktraceFormatter {
pub(crate) backtrace_target: String,
}
Fields§
§backtrace_target: String
Trait Implementations§
source§impl<S, N> FormatEvent<S, N> for BacktraceFormatterwhere
S: Subscriber + for<'a> LookupSpan<'a>,
N: for<'a> FormatFields<'a> + 'static,
impl<S, N> FormatEvent<S, N> for BacktraceFormatterwhere S: Subscriber + for<'a> LookupSpan<'a>, N: for<'a> FormatFields<'a> + 'static,
source§fn format_event(
&self,
_ctx: &FmtContext<'_, S, N>,
writer: Writer<'_>,
event: &Event<'_>
) -> Result
fn format_event( &self, _ctx: &FmtContext<'_, S, N>, writer: Writer<'_>, event: &Event<'_> ) -> Result
Auto Trait Implementations§
impl RefUnwindSafe for BacktraceFormatter
impl Send for BacktraceFormatter
impl Sync for BacktraceFormatter
impl Unpin for BacktraceFormatter
impl UnwindSafe for BacktraceFormatter
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes