[][src]Struct esl01_dag::id::VertexName

pub struct VertexName(pub Bytes);

Name of a vertex in the graph.

Methods

impl VertexName[src]

pub fn to_hex(&self) -> String[src]

pub fn copy_from(value: &[u8]) -> Self[src]

Trait Implementations

impl AsRef<[u8]> for VertexName[src]

impl Clone for VertexName[src]

impl Debug for VertexName[src]

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

impl Eq for VertexName[src]

impl<T> From<T> for VertexName where
    Bytes: From<T>, 
[src]

impl Hash for VertexName[src]

impl Ord for VertexName[src]

impl PartialEq<VertexName> for VertexName[src]

impl PartialOrd<VertexName> for VertexName[src]

impl Serialize for VertexName[src]

impl StructuralEq for VertexName[src]

impl StructuralPartialEq for VertexName[src]

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: 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, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReadonlyBuffer for T where
    T: AsRef<[u8]>, 
[src]

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

type Owned = T

The resulting type after obtaining ownership.

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<R> VLQDecodeAt<i16> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<i32> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<i64> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<i8> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<isize> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<u16> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<u32> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<u64> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<u8> for R where
    R: AsRef<[u8]>, 
[src]

impl<R> VLQDecodeAt<usize> for R where
    R: AsRef<[u8]>, 
[src]

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