pub struct DebugStructGenerator;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugStructGenerator
impl RefUnwindSafe for DebugStructGenerator
impl Send for DebugStructGenerator
impl Sync for DebugStructGenerator
impl Unpin for DebugStructGenerator
impl UnwindSafe for DebugStructGenerator
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