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