Lines Matching defs:static
350 F: FnMut() -> bool + Send + 'static, in commit_hook()
360 F: FnMut() + Send + 'static, in rollback_hook()
378 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook()
393 F: FnMut() -> bool + Send + RefUnwindSafe + 'static, in progress_handler()
403 F: for<'r> FnMut(AuthContext<'r>) -> Authorization + Send + RefUnwindSafe + 'static, in authorizer()
421 F: FnMut() -> bool + Send + 'static, in commit_hook()
470 F: FnMut() + Send + 'static, in rollback_hook()
511 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook()
563 F: FnMut() -> bool + Send + RefUnwindSafe + 'static, in progress_handler()
599 F: for<'r> FnMut(AuthContext<'r>) -> Authorization + Send + RefUnwindSafe + 'static, in authorizer()
610 F: FnMut(AuthContext<'c>) -> Authorization + Send + 'static, in authorizer()