pub struct Type8<A, B, C, D, E, F, G, H, Return, Args> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<A, B, C, D, E, F, G, H, Return, Args> Freeze for Type8<A, B, C, D, E, F, G, H, Return, Args>
impl<A, B, C, D, E, F, G, H, Return, Args> RefUnwindSafe for Type8<A, B, C, D, E, F, G, H, Return, Args>where
A: RefUnwindSafe,
B: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
E: RefUnwindSafe,
F: RefUnwindSafe,
G: RefUnwindSafe,
H: RefUnwindSafe,
Return: RefUnwindSafe,
Args: RefUnwindSafe,
impl<A, B, C, D, E, F, G, H, Return, Args> Send for Type8<A, B, C, D, E, F, G, H, Return, Args>
impl<A, B, C, D, E, F, G, H, Return, Args> Sync for Type8<A, B, C, D, E, F, G, H, Return, Args>
impl<A, B, C, D, E, F, G, H, Return, Args> Unpin for Type8<A, B, C, D, E, F, G, H, Return, Args>
impl<A, B, C, D, E, F, G, H, Return, Args> UnwindSafe for Type8<A, B, C, D, E, F, G, H, Return, Args>where
A: UnwindSafe,
B: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
E: UnwindSafe,
F: UnwindSafe,
G: UnwindSafe,
H: UnwindSafe,
Return: UnwindSafe,
Args: 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