Struct apollo_client::open::responses::OpenAppResponse
source · [−]pub struct OpenAppResponse {
pub name: String,
pub app_id: String,
pub org_id: String,
pub org_name: String,
pub owner_name: String,
pub owner_email: String,
pub data_change_created_by: String,
pub data_change_last_modified_by: String,
pub data_change_created_by_display_name: Option<String>,
pub data_change_last_modified_by_display_name: Option<String>,
pub data_change_created_time: DateTime<Local>,
pub data_change_last_modified_time: DateTime<Local>,
}This is supported on crate feature
open only.Expand description
Response for crate::open::requests::OpenAppRequest.
Fields
name: Stringapp_id: Stringorg_id: Stringorg_name: Stringowner_name: Stringowner_email: Stringdata_change_created_by: Stringdata_change_last_modified_by: Stringdata_change_created_by_display_name: Option<String>data_change_last_modified_by_display_name: Option<String>data_change_created_time: DateTime<Local>data_change_last_modified_time: DateTime<Local>Trait 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 OpenAppResponse
impl Send for OpenAppResponse
impl Sync for OpenAppResponse
impl Unpin for OpenAppResponse
impl UnwindSafe for OpenAppResponse
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