pub struct OpenPublishResponse {
pub app_id: String,
pub cluster_name: String,
pub namespace_name: 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::OpenPublishNamespaceRequest.
Fieldsยง
ยงapp_id: Stringยงcluster_name: Stringยงnamespace_name: 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 OpenPublishResponse
impl Clone for OpenPublishResponse
Sourceยงfn clone(&self) -> OpenPublishResponse
fn clone(&self) -> OpenPublishResponse
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 OpenPublishResponse
impl Debug for OpenPublishResponse
Sourceยงimpl<'de> Deserialize<'de> for OpenPublishResponse
impl<'de> Deserialize<'de> for OpenPublishResponse
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 OpenPublishResponse
impl RefUnwindSafe for OpenPublishResponse
impl Send for OpenPublishResponse
impl Sync for OpenPublishResponse
impl Unpin for OpenPublishResponse
impl UnwindSafe for OpenPublishResponse
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