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