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