pub struct Partial<T, F> {
pub args: T,
pub func: F,
}
Fields§
§args: T
§func: F
Implementations§
Auto Trait Implementations§
impl<T, F> Freeze for Partial<T, F>
impl<T, F> RefUnwindSafe for Partial<T, F>where
T: RefUnwindSafe,
F: RefUnwindSafe,
impl<T, F> Send for Partial<T, F>
impl<T, F> Sync for Partial<T, F>
impl<T, F> Unpin for Partial<T, F>
impl<T, F> UnwindSafe for Partial<T, F>where
T: UnwindSafe,
F: 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