pub struct GetDataExplorerValueResponse {
pub namespace: Option<String>,
pub key: Option<String>,
pub value: Option<Value>,
pub size_bytes: Option<i64>,
pub type: Option<String>,
}Expand description
GetDataExplorerValueResponse model.
Fields§
§namespace: Option<String>§key: Option<String>§value: Option<Value>§size_bytes: Option<i64>§type: Option<String>Trait Implementations§
Source§impl Clone for GetDataExplorerValueResponse
impl Clone for GetDataExplorerValueResponse
Source§fn clone(&self) -> GetDataExplorerValueResponse
fn clone(&self) -> GetDataExplorerValueResponse
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 Debug for GetDataExplorerValueResponse
impl Debug for GetDataExplorerValueResponse
Source§impl Default for GetDataExplorerValueResponse
impl Default for GetDataExplorerValueResponse
Source§fn default() -> GetDataExplorerValueResponse
fn default() -> GetDataExplorerValueResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDataExplorerValueResponse
impl<'de> Deserialize<'de> for GetDataExplorerValueResponse
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 GetDataExplorerValueResponse
Auto Trait Implementations§
impl Freeze for GetDataExplorerValueResponse
impl RefUnwindSafe for GetDataExplorerValueResponse
impl Send for GetDataExplorerValueResponse
impl Sync for GetDataExplorerValueResponse
impl Unpin for GetDataExplorerValueResponse
impl UnsafeUnpin for GetDataExplorerValueResponse
impl UnwindSafe for GetDataExplorerValueResponse
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