[]Struct rillrate::EntryId

pub struct EntryId(_);

An identifier in a hierarchy of the node/metadata/stream.

Trait Implementations

impl AsRef<str> for EntryId

impl Borrow<str> for EntryId

impl Clone for EntryId

impl Debug for EntryId

impl<'de> Deserialize<'de> for EntryId

impl Display for EntryId

impl Eq for EntryId

impl<'_> From<&'_ str> for EntryId

impl From<String> for EntryId

impl<'a> FromIterator<&'a EntryId> for Path

impl FromStr for EntryId

type Err = <String as FromStr>::Err

The associated error which can be returned from parsing.

impl Hash for EntryId

impl Ord for EntryId

impl PartialEq<EntryId> for EntryId

impl PartialOrd<EntryId> for EntryId

impl Serialize for EntryId

impl StructuralEq for EntryId

impl StructuralPartialEq for EntryId

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> ProtocolData for T where
    T: Serialize + DeserializeOwned + Debug + Send + 'static, 

impl<T> Same<T> for T

type Output = T

Should always be Self

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<V, T> VZip<V> for T where
    V: MultiLane<T>,