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

pub struct Labels(_);

Trait Implementations

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl From<()> for Labels[src]

impl From<(T, Vec<&'_ str, Global>)> for Labels[src]

impl From<(bool, T, Vec<&'_ str, Global>)> for Labels[src]

impl From<(bool, Vec<&'_ str, Global>)> for Labels[src]

impl From<String> for Labels[src]

impl From<T> for Labels[src]

impl From<Vec<&'_ str, Global>> for Labels[src]

impl From<Vec<String, Global>> for Labels[src]

impl From<bool> for Labels[src]

Auto Trait Implementations

impl RefUnwindSafe for Labels

impl Send for Labels

impl Sync for Labels

impl Unpin for Labels

impl UnwindSafe for Labels

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> From<T> for T[src]

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