[−][src]Struct async_graphql_actix_web::WSSubscription
Actor for subscription via websocket
Methods
impl<Query, Mutation, Subscription> WSSubscription<Query, Mutation, Subscription> where
Query: ObjectType + Send + Sync + 'static,
Mutation: ObjectType + Send + Sync + 'static,
Subscription: SubscriptionType + Send + Sync + 'static,
[src][−]
Query: ObjectType + Send + Sync + 'static,
Mutation: ObjectType + Send + Sync + 'static,
Subscription: SubscriptionType + Send + Sync + 'static,
pub fn new(schema: &Schema<Query, Mutation, Subscription>) -> Self
[src][−]
Create an actor for subscription connection via websocket.
pub fn init_context_data<F>(self, f: F) -> Self where
F: Fn(Value) -> FieldResult<Data> + Send + Sync + 'static,
[src][−]
F: Fn(Value) -> FieldResult<Data> + Send + Sync + 'static,
Set a context data initialization function.
Trait Implementations
impl<Query, Mutation, Subscription> Actor for WSSubscription<Query, Mutation, Subscription> where
Query: ObjectType + Sync + Send + 'static,
Mutation: ObjectType + Sync + Send + 'static,
Subscription: SubscriptionType + Send + Sync + 'static,
[src][+]
Query: ObjectType + Sync + Send + 'static,
Mutation: ObjectType + Sync + Send + 'static,
Subscription: SubscriptionType + Send + Sync + 'static,
impl<Query, Mutation, Subscription> StreamHandler<Bytes> for WSSubscription<Query, Mutation, Subscription> where
Query: ObjectType + Send + Sync + 'static,
Mutation: ObjectType + Send + Sync + 'static,
Subscription: SubscriptionType + Send + Sync + 'static,
[src][+]
Query: ObjectType + Send + Sync + 'static,
Mutation: ObjectType + Send + Sync + 'static,
Subscription: SubscriptionType + Send + Sync + 'static,
impl<Query, Mutation, Subscription> StreamHandler<Result<Message, ProtocolError>> for WSSubscription<Query, Mutation, Subscription> where
Query: ObjectType + Sync + Send + 'static,
Mutation: ObjectType + Sync + Send + 'static,
Subscription: SubscriptionType + Send + Sync + 'static,
[src][+]
Query: ObjectType + Sync + Send + 'static,
Mutation: ObjectType + Sync + Send + 'static,
Subscription: SubscriptionType + Send + Sync + 'static,
Auto Trait Implementations
impl<Query, Mutation, Subscription> !RefUnwindSafe for WSSubscription<Query, Mutation, Subscription>
impl<Query, Mutation, Subscription> Send for WSSubscription<Query, Mutation, Subscription> where
Mutation: Send + Sync,
Query: Send + Sync,
Subscription: Send + Sync,
Mutation: Send + Sync,
Query: Send + Sync,
Subscription: Send + Sync,
impl<Query, Mutation, Subscription> Sync for WSSubscription<Query, Mutation, Subscription> where
Mutation: Send + Sync,
Query: Send + Sync,
Subscription: Send + Sync,
Mutation: Send + Sync,
Query: Send + Sync,
Subscription: Send + Sync,
impl<Query, Mutation, Subscription> Unpin for WSSubscription<Query, Mutation, Subscription>
impl<Query, Mutation, Subscription> !UnwindSafe for WSSubscription<Query, Mutation, Subscription>
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>,