pub struct ListDataExplorerNamespacesResponse {
pub namespaces: Option<Vec<Map<String, Value>>>,
}Expand description
ListDataExplorerNamespacesResponse model.
Fields§
§namespaces: Option<Vec<Map<String, Value>>>Trait Implementations§
Source§impl Clone for ListDataExplorerNamespacesResponse
impl Clone for ListDataExplorerNamespacesResponse
Source§fn clone(&self) -> ListDataExplorerNamespacesResponse
fn clone(&self) -> ListDataExplorerNamespacesResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ListDataExplorerNamespacesResponse
impl Default for ListDataExplorerNamespacesResponse
Source§fn default() -> ListDataExplorerNamespacesResponse
fn default() -> ListDataExplorerNamespacesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListDataExplorerNamespacesResponse
impl<'de> Deserialize<'de> for ListDataExplorerNamespacesResponse
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
impl StructuralPartialEq for ListDataExplorerNamespacesResponse
Auto Trait Implementations§
impl Freeze for ListDataExplorerNamespacesResponse
impl RefUnwindSafe for ListDataExplorerNamespacesResponse
impl Send for ListDataExplorerNamespacesResponse
impl Sync for ListDataExplorerNamespacesResponse
impl Unpin for ListDataExplorerNamespacesResponse
impl UnsafeUnpin for ListDataExplorerNamespacesResponse
impl UnwindSafe for ListDataExplorerNamespacesResponse
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