pub struct GetFeatureStateParams {
pub featureState: String,
}Expand description
Returns information about the feature state.
Fields§
§featureState: StringImplementations§
Trait Implementations§
Source§impl CdpCommand for GetFeatureStateParams
impl CdpCommand for GetFeatureStateParams
Source§impl Clone for GetFeatureStateParams
impl Clone for GetFeatureStateParams
Source§fn clone(&self) -> GetFeatureStateParams
fn clone(&self) -> GetFeatureStateParams
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 GetFeatureStateParams
impl Debug for GetFeatureStateParams
Source§impl Default for GetFeatureStateParams
impl Default for GetFeatureStateParams
Source§fn default() -> GetFeatureStateParams
fn default() -> GetFeatureStateParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFeatureStateParams
impl<'de> Deserialize<'de> for GetFeatureStateParams
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 GetFeatureStateParams
impl RefUnwindSafe for GetFeatureStateParams
impl Send for GetFeatureStateParams
impl Sync for GetFeatureStateParams
impl Unpin for GetFeatureStateParams
impl UnsafeUnpin for GetFeatureStateParams
impl UnwindSafe for GetFeatureStateParams
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