[−][src]Struct async_graphql::connection::Edge
The edge type output by the data source
Implementations
impl<C, T, E> Edge<C, T, E>
[src][−]
pub fn with_additional_fields(cursor: C, node: T, additional_fields: E) -> Self
[src][−]
Create a new edge, it can have some additional fields.
impl<C: CursorType, T> Edge<C, T, EmptyFields>
[src][−]
Trait Implementations
impl<C, T, E> Type for Edge<C, T, E> where
C: CursorType,
T: OutputValueType + Send + Sync,
E: ObjectType + Sync + Send,
[src][+]
C: CursorType,
T: OutputValueType + Send + Sync,
E: ObjectType + Sync + Send,
Auto Trait Implementations
impl<C, T, E> RefUnwindSafe for Edge<C, T, E> where
C: RefUnwindSafe,
E: RefUnwindSafe,
T: RefUnwindSafe,
C: RefUnwindSafe,
E: RefUnwindSafe,
T: RefUnwindSafe,
impl<C, T, E> Send for Edge<C, T, E> where
C: Send,
E: Send,
T: Send,
C: Send,
E: Send,
T: Send,
impl<C, T, E> Sync for Edge<C, T, E> where
C: Sync,
E: Sync,
T: Sync,
C: Sync,
E: Sync,
T: Sync,
impl<C, T, E> Unpin for Edge<C, T, E> where
C: Unpin,
E: Unpin,
T: Unpin,
C: Unpin,
E: Unpin,
T: Unpin,
impl<C, T, E> UnwindSafe for Edge<C, T, E> where
C: UnwindSafe,
E: UnwindSafe,
T: UnwindSafe,
C: UnwindSafe,
E: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,