pub enum GetFeatureStateMethod {
GetFeatureState,
}Variants§
GetFeatureState
Trait Implementations§
Source§impl Clone for GetFeatureStateMethod
impl Clone for GetFeatureStateMethod
Source§fn clone(&self) -> GetFeatureStateMethod
fn clone(&self) -> GetFeatureStateMethod
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 GetFeatureStateMethod
impl Debug for GetFeatureStateMethod
Source§impl<'de> Deserialize<'de> for GetFeatureStateMethod
impl<'de> Deserialize<'de> for GetFeatureStateMethod
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 GetFeatureStateMethod
impl PartialEq for GetFeatureStateMethod
Source§impl Serialize for GetFeatureStateMethod
impl Serialize for GetFeatureStateMethod
impl StructuralPartialEq for GetFeatureStateMethod
Auto Trait Implementations§
impl Freeze for GetFeatureStateMethod
impl RefUnwindSafe for GetFeatureStateMethod
impl Send for GetFeatureStateMethod
impl Sync for GetFeatureStateMethod
impl Unpin for GetFeatureStateMethod
impl UnsafeUnpin for GetFeatureStateMethod
impl UnwindSafe for GetFeatureStateMethod
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