Docs.rs
  • cosmic-space-0.3.14
    • cosmic-space 0.3.14
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • uberscott
    • Dependencies
      • ariadne ^0.1.5 normal
      • async-trait ^0.1.48 normal
      • bincode ^1.3.3 normal
      • convert_case ^0.5.0 normal
      • cosmic-macros-primitive ^0.3.14 normal
      • cosmic-nom ^0.3.14 normal
      • dashmap ^5.3.4 normal
      • enum-ordinalize ^3.1.11 normal
      • lazy_static ^1.4.0 normal
      • nom ^7 normal
      • nom-supreme ^0.6.0 normal
      • nom_locate ^4.0.0 normal
      • regex ^1.5.4 normal
      • semver ^1.0.10 normal
      • serde ^1.0.69 normal
      • serde_json ^1.0.79 normal
      • serde_urlencoded ^0.7.1 normal
      • strum ^0.24.1 normal
      • strum_macros ^0.24.1 normal
      • tokio ^1.15.0 normal
      • url ^2.3.1 normal
      • validator ^0.15.0 normal
    • Versions
    • 0.89% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

cosmic_space0.3.14

AccessGrant

Aliased Type

Fields

  • by_particle
  • kind
  • on_point
  • to_point

In cosmic_space::security

cosmic_space::security

Type Alias AccessGrant

Source
pub type AccessGrant = AccessGrantDef<Privilege, PermissionsMask, Selector, Point>;

Aliased Type§

pub struct AccessGrant {
    pub kind: AccessGrantKindDef<Privilege, PermissionsMask>,
    pub on_point: SelectorDef<HopDef<PointSegSelector, KindSelectorDef<Pattern<BaseKind>, Pattern<Option<CamelCase>>, SpecificSelectorDef<Pattern<Domain>, Pattern<Domain>, Pattern<SkewerCase>, Pattern<SkewerCase>, VersionReq>>>>,
    pub to_point: SelectorDef<HopDef<PointSegSelector, KindSelectorDef<Pattern<BaseKind>, Pattern<Option<CamelCase>>, SpecificSelectorDef<Pattern<Domain>, Pattern<Domain>, Pattern<SkewerCase>, Pattern<SkewerCase>, VersionReq>>>>,
    pub by_particle: PointDef<RouteSeg, PointSeg>,
}

Fields§

§kind: AccessGrantKindDef<Privilege, PermissionsMask>§on_point: SelectorDef<HopDef<PointSegSelector, KindSelectorDef<Pattern<BaseKind>, Pattern<Option<CamelCase>>, SpecificSelectorDef<Pattern<Domain>, Pattern<Domain>, Pattern<SkewerCase>, Pattern<SkewerCase>, VersionReq>>>>§to_point: SelectorDef<HopDef<PointSegSelector, KindSelectorDef<Pattern<BaseKind>, Pattern<Option<CamelCase>>, SpecificSelectorDef<Pattern<Domain>, Pattern<Domain>, Pattern<SkewerCase>, Pattern<SkewerCase>, VersionReq>>>>§by_particle: PointDef<RouteSeg, PointSeg>