pub struct Fmt<'g, 'a: 'g, R: Rng, const N: usize>(/* private fields */);Expand description
See Generator::fmt
Trait Implementations§
Auto Trait Implementations§
impl<'g, 'a, R, const N: usize> !Freeze for Fmt<'g, 'a, R, N>
impl<'g, 'a, R, const N: usize> !RefUnwindSafe for Fmt<'g, 'a, R, N>
impl<'g, 'a, R, const N: usize> Send for Fmt<'g, 'a, R, N>where
R: Send,
impl<'g, 'a, R, const N: usize> !Sync for Fmt<'g, 'a, R, N>
impl<'g, 'a, R, const N: usize> Unpin for Fmt<'g, 'a, R, N>
impl<'g, 'a, R, const N: usize> !UnwindSafe for Fmt<'g, 'a, R, N>
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