Struct simple_syrup::SimpleGraphql
source · [−]pub struct SimpleGraphql<Q: ObjectType + 'static, M: ObjectType + 'static, S: SubscriptionType + 'static> { /* private fields */ }Expand description
SimpleGraphql
Implementations
impl<Q: ObjectType + 'static, M: ObjectType + 'static, S: SubscriptionType + 'static> SimpleGraphql<Q, M, S>
impl<Q: ObjectType + 'static, M: ObjectType + 'static, S: SubscriptionType + 'static> SimpleGraphql<Q, M, S>
Auto Trait Implementations
impl<Q, M, S> !RefUnwindSafe for SimpleGraphql<Q, M, S>
impl<Q, M, S> Send for SimpleGraphql<Q, M, S>
impl<Q, M, S> Sync for SimpleGraphql<Q, M, S>
impl<Q, M, S> Unpin for SimpleGraphql<Q, M, S> where
M: Unpin,
Q: Unpin,
S: Unpin,
impl<Q, M, S> !UnwindSafe for SimpleGraphql<Q, M, S>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more