Struct apollo_client::open::responses::OpenClusterResponse
source · [−]pub struct OpenClusterResponse {
pub name: String,
pub app_id: 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::OpenClusterRequest.
Fields
name: Stringapp_id: 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 OpenClusterResponse
impl Send for OpenClusterResponse
impl Sync for OpenClusterResponse
impl Unpin for OpenClusterResponse
impl UnwindSafe for OpenClusterResponse
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