[][src]Trait svc_agent::Authenticable

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

Required methods

fn as_account_id(&self) -> &AccountId

Loading content...

Trait Implementations

impl<'_> Debug for &'_ (dyn Authenticable + '_)[src]

Implementors

impl Authenticable for AuthnProperties[src]

impl Authenticable for BrokerProperties[src]

impl Authenticable for ConnectionProperties[src]

impl Authenticable for IncomingEventProperties[src]

impl Authenticable for IncomingRequestProperties[src]

impl Authenticable for IncomingResponseProperties[src]

impl Authenticable for AccountId[src]

impl Authenticable for AgentId[src]

Loading content...