pub struct FunctionProxy { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionProxy
impl !RefUnwindSafe for FunctionProxy
impl !Send for FunctionProxy
impl !Sync for FunctionProxy
impl Unpin for FunctionProxy
impl !UnwindSafe for FunctionProxy
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