Trait svc_agent::Authenticable [−][src]
pub trait Authenticable: Sync + Send { fn as_account_id(&self) -> &AccountId; }
Required methods
fn as_account_id(&self) -> &AccountId[src]
fn as_account_id(&self) -> &AccountId[src]Trait Implementations
Implementors
impl Authenticable for ConnectionProperties[src]
impl Authenticable for ConnectionProperties[src]fn as_account_id(&self) -> &AccountId[src]
impl Authenticable for IncomingEventProperties[src]
impl Authenticable for IncomingEventProperties[src]fn as_account_id(&self) -> &AccountId[src]
impl Authenticable for IncomingRequestProperties[src]
impl Authenticable for IncomingRequestProperties[src]fn as_account_id(&self) -> &AccountId[src]
impl Authenticable for IncomingResponseProperties[src]
impl Authenticable for IncomingResponseProperties[src]fn as_account_id(&self) -> &AccountId[src]
impl Authenticable for AccountId[src]
impl Authenticable for AccountId[src]pub fn as_account_id(&self) -> &AccountId[src]
impl Authenticable for AgentId[src]
impl Authenticable for AgentId[src]