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

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

Displays a NameDebug value using standard formatting.

Trait Implementations

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

fn clone(&self) -> NameDebugger<'a, T>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

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

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

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.