#[repr(C)]pub struct WithGenerics<T: TraitWithNoDocblocks, S = String, E = WhoLetTheDogOut, P = i8> { /* private fields */ }
Auto Trait Implementations§
impl<T, S, E, P> Freeze for WithGenerics<T, S, E, P>
impl<T, S, E, P> RefUnwindSafe for WithGenerics<T, S, E, P>
impl<T, S, E, P> Send for WithGenerics<T, S, E, P>
impl<T, S, E, P> Sync for WithGenerics<T, S, E, P>
impl<T, S, E, P> Unpin for WithGenerics<T, S, E, P>
impl<T, S, E, P> UnwindSafe for WithGenerics<T, S, E, P>
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