Struct async_graphql::types::EmptySubscription [−][src]
pub struct EmptySubscription;
Expand description
Empty subscription
Only the parameters used to construct the Schema, representing an unconfigured subscription.
Trait Implementations
Returns the “default value” for a type. Read more
Create type information in the registry and return qualified typename.
Qualified typename.
Introspection type name Read more
Auto Trait Implementations
impl RefUnwindSafe for EmptySubscription
impl Send for EmptySubscription
impl Sync for EmptySubscription
impl Unpin for EmptySubscription
impl UnwindSafe for EmptySubscription
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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