[][src]Struct gremlin_client::structure::Labels

pub struct Labels(_);

Trait Implementations

impl<'_> Into<Labels> for &'_ str[src]

impl Into<Labels> for ()[src]

impl<'_> Into<Labels> for Vec<&'_ str>[src]

impl Into<Labels> for Vec<String>[src]

impl Into<Labels> for bool[src]

impl<'_> Into<Labels> for [&'_ str; 1][src]

impl<'_> Into<Labels> for [&'_ str; 2][src]

impl<'_> Into<Labels> for [&'_ str; 3][src]

impl<'_> Into<Labels> for [&'_ str; 4][src]

impl<'_> Into<Labels> for [&'_ str; 5][src]

impl<'_> Into<Labels> for [&'_ str; 6][src]

impl<'_> Into<Labels> for [&'_ str; 7][src]

impl<'_> Into<Labels> for [&'_ str; 8][src]

impl<'_> Into<Labels> for [&'_ str; 9][src]

impl<'_> Into<Labels> for [&'_ str; 10][src]

impl Into<Labels> for [String; 1][src]

impl Into<Labels> for [String; 2][src]

impl Into<Labels> for [String; 3][src]

impl Into<Labels> for [String; 4][src]

impl Into<Labels> for [String; 5][src]

impl Into<Labels> for [String; 6][src]

impl Into<Labels> for [String; 7][src]

impl Into<Labels> for [String; 8][src]

impl Into<Labels> for [String; 9][src]

impl Into<Labels> for [String; 10][src]

Auto Trait Implementations

impl Send for Labels

impl Sync for Labels

impl Unpin for Labels

impl UnwindSafe for Labels

impl RefUnwindSafe for Labels

Blanket Implementations

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

impl<T> From<T> for T[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> Typeable for T where
    T: Any