Docs.rs
  • svc-agent-0.21.0
    • svc-agent 0.21.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • manifest
    • github:netology-group:universal-lms
    • github:foxford:ulms
    • Dependencies
      • async-channel ^1 normal
      • base64 ^0.21 normal
      • chrono ^0.4 normal
      • http ^0.2 normal
      • log ^0.4 normal
      • rumqttc ^0.7 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sqlx ^0.6 normal optional
      • svc-authn ^0.8 normal
      • tokio ^1.28 normal
      • uuid ^1.1 normal
    • Versions
    • 43.23% 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

svc_agent0.21.0

Authenticable

Required Methods

  • as_account_id

Trait Implementations

  • Debug

Implementors

In crate svc_agent

svc_agent

Trait Authenticable

Source
pub trait Authenticable: Sync + Send {
    // Required method
    fn as_account_id(&self) -> &AccountId;
}

Required Methods§

Source

fn as_account_id(&self) -> &AccountId

Trait Implementations§

Source§

impl Debug for &dyn Authenticable

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

Implementors§

Source§

impl Authenticable for &ConnectionProperties

Source§

impl Authenticable for &IncomingEventProperties

Source§

impl Authenticable for &IncomingRequestProperties

Source§

impl Authenticable for &IncomingResponseProperties

Source§

impl Authenticable for ConnectionProperties

Source§

impl Authenticable for IncomingEventProperties

Source§

impl Authenticable for IncomingRequestProperties

Source§

impl Authenticable for IncomingResponseProperties

Source§

impl Authenticable for AccountId

Source§

impl Authenticable for AgentId