[−][src]Struct tracing_tree::HierarchicalLayer
Implementations
impl HierarchicalLayer<fn() -> Stdout>
[src][−]
impl<W> HierarchicalLayer<W> where
W: MakeWriter + 'static,
[src][−]
W: MakeWriter + 'static,
pub fn with_ansi(self, ansi: bool) -> Self
[src]
pub fn with_writer<W2>(self, make_writer: W2) -> HierarchicalLayer<W2> where
W2: MakeWriter + 'static,
[src]
W2: MakeWriter + 'static,
pub fn with_indent_amount(self, indent_amount: usize) -> Self
[src]
pub fn with_indent_lines(self, indent_lines: bool) -> Self
[src]
Trait Implementations
impl<W: Debug> Debug for HierarchicalLayer<W> where
W: MakeWriter + 'static,
[src][+]
W: MakeWriter + 'static,
impl Default for HierarchicalLayer
[src][+]
impl<S, W> Layer<S> for HierarchicalLayer<W> where
S: Subscriber + for<'span> LookupSpan<'span> + Debug,
W: MakeWriter + 'static,
[src][+]
S: Subscriber + for<'span> LookupSpan<'span> + Debug,
W: MakeWriter + 'static,
Auto Trait Implementations
impl<W> RefUnwindSafe for HierarchicalLayer<W> where
W: RefUnwindSafe,
W: RefUnwindSafe,
impl<W> Send for HierarchicalLayer<W> where
W: Send,
W: Send,
impl<W> Sync for HierarchicalLayer<W> where
W: Sync,
W: Sync,
impl<W> Unpin for HierarchicalLayer<W> where
W: Unpin,
W: Unpin,
impl<W> UnwindSafe for HierarchicalLayer<W> where
W: UnwindSafe,
W: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,