Docs.rs
spacegate-kernel-0.2.0-alpha.4
spacegate-kernel 0.2.0-alpha.4
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gudaoxuri
Dependencies
base64 ^0.22
normal
chrono ^0.4
normal
crossbeam-utils ^0.8
normal
futures-util ^0
normal
http-body-util ^0
normal
hyper ^1
normal
hyper-rustls ^0.27
normal
hyper-util ^0
normal
ipnet ^2
normal
optional
mime_guess ^2
normal
pin-project-lite ^0.2
normal
rand ^0.9
normal
regex ^1
normal
rustls-pemfile ^2
normal
spacegate-ext-redis ^0.2.0-alpha.4
normal
optional
tokio ^1
normal
tokio-rustls ^0.26
normal
tokio-util ^0.7
normal
tower-layer ^0.3
normal
tracing ^0
normal
axum ^0.8.1
dev
axum-server ^0.7
dev
md5 ^0.7.0
dev
reqwest ^0.12
dev
tokio ^1
dev
tokio-tungstenite ^0
dev
tracing-subscriber ^0.3
dev
Versions
20.43%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
UserGroup
spacegate_
kernel
0.2.0-alpha.4
User
Group
Required Methods
is_match
Implementors
In spacegate_
kernel::
extension::
user_
group
spacegate_kernel
::
extension
::
user_group
Trait
User
Group
Copy item path
Source
pub trait UserGroup { // Required method fn
is_match
(&self, req: &
SgRequest
) ->
bool
; }
Required Methods
§
Source
fn
is_match
(&self, req: &
SgRequest
) ->
bool
Implementors
§
Source
§
impl
UserGroup
for
All
Source
§
impl
UserGroup
for
Any
Source
§
impl<A, B>
UserGroup
for
And
<A, B>
where A:
UserGroup
, B:
UserGroup
,
Source
§
impl<A, B>
UserGroup
for
Or
<A, B>
where A:
UserGroup
, B:
UserGroup
,
Source
§
impl<A:
UserGroup
>
UserGroup
for
Not
<A>