710 |
impl<T: Serialize + DeserializeOwned> Validation<T> {
|
711 |
#[allow(clippy::match_result_ok)] // macro
|
712 |
fn from_jwt(s: &str, validator: impl Validate, ip: Option<IpAddr>) -> Self {
|
752 |
impl<T: Serialize + DeserializeOwned> Validation<T> {
|
753 |
#[allow(clippy::match_result_ok)] // macro
|
754 |
fn from_jwt(s: &str, validator: impl Validate, ip: Option<IpAddr>) -> Self {
|
1344 |
/// Panics if this config was created using [`Builder::build_validate`].
|
1345 |
#[allow(clippy::match_result_ok)]
|
1346 |
pub fn mount(self: &Arc<Self>, extensions: &mut kvarn::Extensions) {
|
204 |
impl<'a> DecryptionHelper for Helper<'a> {
|
205 |
#[allow(clippy::if_let_some_result)]
|
206 |
fn decrypt<D>(&mut self, pkesks: &[PKESK], skesks: &[SKESK],
|
264 |
#[allow(clippy::if_let_some_result)]
|
265 |
pub(crate) fn classify_grpc_metadata(
|