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>,
}Available on crate feature
open only.Expand description
Response for crate::open::requests::OpenClusterRequest.
Fieldsยง
ยงname: Stringยงapp_id: Stringยงdata_change_created_by: Stringยงdata_change_last_modified_by: Stringยงdata_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ยง
Sourceยงimpl Clone for OpenClusterResponse
impl Clone for OpenClusterResponse
Sourceยงfn clone(&self) -> OpenClusterResponse
fn clone(&self) -> OpenClusterResponse
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for OpenClusterResponse
impl Debug for OpenClusterResponse
Sourceยงimpl<'de> Deserialize<'de> for OpenClusterResponse
impl<'de> Deserialize<'de> for OpenClusterResponse
Sourceยง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 Freeze for OpenClusterResponse
impl RefUnwindSafe for OpenClusterResponse
impl Send for OpenClusterResponse
impl Sync for OpenClusterResponse
impl Unpin for OpenClusterResponse
impl UnwindSafe for OpenClusterResponse
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more