Struct apollo_client::conf::responses::FetchResponse
source · [−]pub struct FetchResponse {
pub app_id: String,
pub cluster: String,
pub namespace_name: String,
pub configurations: HashMap<String, String>,
pub release_key: String,
}This is supported on crate feature
conf only.Expand description
Response of crate::conf::requests::FetchRequest.
Fields
app_id: Stringcluster: Stringnamespace_name: Stringconfigurations: HashMap<String, String>release_key: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FetchResponse
impl Send for FetchResponse
impl Sync for FetchResponse
impl Unpin for FetchResponse
impl UnwindSafe for FetchResponse
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