[][src]Trait svc_agent::Authenticable

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

Required methods

fn account_id(&self) -> &AccountId

Loading content...

Trait Implementations

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

Implementors

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...