Struct entity_async_graphql::GqlEdge[][src]

pub struct GqlEdge(_);

Represents a wrapper around an Edge to expose as graphql

Trait Implementations

impl ContainerType for GqlEdge[src]

impl From<Edge> for GqlEdge[src]

impl ObjectType for GqlEdge[src]

impl OutputType for GqlEdge[src]

impl Type for GqlEdge[src]

Auto Trait Implementations

impl RefUnwindSafe for GqlEdge

impl Send for GqlEdge

impl Sync for GqlEdge

impl Unpin for GqlEdge

impl UnwindSafe for GqlEdge

Blanket Implementations

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

impl<T> AsAny for T where
    T: 'static, 
[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<V, T> VZip<V> for T where
    V: MultiLane<T>,