pub struct Identity<'a> { /* private fields */ }Expand description
Identity formatter that takes a profile and displays it as
<node-id> (<username>) depending on the configuration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Identity<'a>
impl<'a> RefUnwindSafe for Identity<'a>
impl<'a> Send for Identity<'a>
impl<'a> Sync for Identity<'a>
impl<'a> Unpin for Identity<'a>
impl<'a> UnwindSafe for Identity<'a>
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