pub struct Namer { /* private fields */ }Expand description
Builds the names one run of one operation gives to what it creates:
kind(operation,arg,...), see the crate docs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Namer
impl RefUnwindSafe for Namer
impl Send for Namer
impl Sync for Namer
impl Unpin for Namer
impl UnsafeUnpin for Namer
impl UnwindSafe for Namer
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