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