Struct apollo_client::conf::requests::CachedFetchRequest
source · [−]pub struct CachedFetchRequest {
pub app_id: String,
pub namespace_name: String,
pub ip: Option<IpValue>,
pub cluster_name: String,
pub extras_queries: Vec<(String, String)>,
}This is supported on crate feature
conf only.Expand description
Request configuration from cache.
Fields
app_id: Stringnamespace_name: Stringip: Option<IpValue>cluster_name: Stringextras_queries: Vec<(String, String)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CachedFetchRequest
impl Send for CachedFetchRequest
impl Sync for CachedFetchRequest
impl Unpin for CachedFetchRequest
impl UnwindSafe for CachedFetchRequest
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