[][src]Struct wasccgraph_common::GraphString

pub struct GraphString(pub Vec<u8>);

A string returned by the graph DB as a vector of bytes

Trait Implementations

impl Clone for GraphString[src]

impl Debug for GraphString[src]

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

impl Eq for GraphString[src]

impl From<GraphString> for Vec<u8>[src]

impl From<String> for GraphString[src]

impl From<Vec<u8>> for GraphString[src]

impl FromCell for GraphString[src]

impl Hash for GraphString[src]

impl PartialEq<GraphString> for GraphString[src]

impl Serialize for GraphString[src]

impl StructuralEq for GraphString[src]

impl StructuralPartialEq for GraphString[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: for<'de> Deserialize<'de>, 
[src]

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

impl<T> FromRow for T where
    T: FromCell
[src]

impl<T> FromTable for T where
    T: FromRow
[src]

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