Struct apollo_client::conf::requests::NotifyRequest
source · [−]pub struct NotifyRequest {
pub app_id: String,
pub notifications: Vec<Notification>,
pub cluster_name: String,
pub timeout: Duration,
}This is supported on crate feature
conf only.Expand description
Listen apollo notification api.
Fields
app_id: Stringnotifications: Vec<Notification>cluster_name: Stringtimeout: DurationTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NotifyRequest
impl Send for NotifyRequest
impl Sync for NotifyRequest
impl Unpin for NotifyRequest
impl UnwindSafe for NotifyRequest
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