[][src]Struct svc_agent::AgentId

pub struct AgentId { /* fields omitted */ }

Methods

impl AgentId[src]

pub fn new(label: &str, account_id: AccountId) -> Self[src]

pub fn label(&self) -> &str[src]

Trait Implementations

impl Addressable for AgentId[src]

impl DestinationTopic for AgentId[src]

impl From<AgentId> for BrokerProperties[src]

impl From<AgentId> for AuthnProperties[src]

impl Clone for AgentId[src]

impl Eq for AgentId[src]

impl PartialEq<AgentId> for AgentId[src]

impl Display for AgentId[src]

impl Debug for AgentId[src]

impl FromStr for AgentId[src]

type Err = Error

The associated error which can be returned from parsing.

impl Hash for AgentId[src]

impl StructuralPartialEq for AgentId[src]

impl StructuralEq for AgentId[src]

impl Authenticable for AgentId[src]

impl Serialize for AgentId[src]

impl<'de> Deserialize<'de> for AgentId[src]

Auto Trait Implementations

impl Send for AgentId

impl Sync for AgentId

impl Unpin for AgentId

impl UnwindSafe for AgentId

impl RefUnwindSafe for AgentId

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,