Struct ketos::name::NameDebugger [] [src]

pub struct NameDebugger<'a, T: 'a>(_, _);

Displays a NameDebug value using standard formatting.

Trait Implementations

impl<'a, T: Copy + 'a> Copy for NameDebugger<'a, T>
[src]

impl<'a, T: Clone + 'a> Clone for NameDebugger<'a, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, T: NameDebug> Display for NameDebugger<'a, T>
[src]

Formats the value using the given formatter. Read more