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