pub struct FunctionReloadContext {
pub invoker: Arc<dyn FunctionInvoker>,
pub generation: u64,
}Fields§
§invoker: Arc<dyn FunctionInvoker>§generation: u64Auto Trait Implementations§
impl Freeze for FunctionReloadContext
impl !RefUnwindSafe for FunctionReloadContext
impl Send for FunctionReloadContext
impl Sync for FunctionReloadContext
impl Unpin for FunctionReloadContext
impl UnsafeUnpin for FunctionReloadContext
impl !UnwindSafe for FunctionReloadContext
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