struct LabelGen {
prefix: String,
n: u32,
}Fields§
§prefix: String§n: u32Implementations§
Auto Trait Implementations§
impl Freeze for LabelGen
impl RefUnwindSafe for LabelGen
impl Send for LabelGen
impl Sync for LabelGen
impl Unpin for LabelGen
impl UnwindSafe for LabelGen
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