pub struct GetFeatureStateResult {
pub feature_enabled: bool,
}Fields§
§feature_enabled: boolTrait Implementations§
Source§impl Clone for GetFeatureStateResult
impl Clone for GetFeatureStateResult
Source§fn clone(&self) -> GetFeatureStateResult
fn clone(&self) -> GetFeatureStateResult
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 GetFeatureStateResult
impl Debug for GetFeatureStateResult
Source§impl<'de> Deserialize<'de> for GetFeatureStateResult
impl<'de> Deserialize<'de> for GetFeatureStateResult
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
Source§impl PartialEq for GetFeatureStateResult
impl PartialEq for GetFeatureStateResult
Source§impl Serialize for GetFeatureStateResult
impl Serialize for GetFeatureStateResult
Source§impl TryFrom<Value> for GetFeatureStateResult
impl TryFrom<Value> for GetFeatureStateResult
impl StructuralPartialEq for GetFeatureStateResult
Auto Trait Implementations§
impl Freeze for GetFeatureStateResult
impl RefUnwindSafe for GetFeatureStateResult
impl Send for GetFeatureStateResult
impl Sync for GetFeatureStateResult
impl Unpin for GetFeatureStateResult
impl UnsafeUnpin for GetFeatureStateResult
impl UnwindSafe for GetFeatureStateResult
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