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