pub enum FeaturesResetFeaturesParts {
None,
}
Expand description
API parts for the Features Reset Features API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for FeaturesResetFeaturesParts
impl Clone for FeaturesResetFeaturesParts
Source§fn clone(&self) -> FeaturesResetFeaturesParts
fn clone(&self) -> FeaturesResetFeaturesParts
Returns a copy 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 FeaturesResetFeaturesParts
impl Debug for FeaturesResetFeaturesParts
impl Eq for FeaturesResetFeaturesParts
impl StructuralPartialEq for FeaturesResetFeaturesParts
Auto Trait Implementations§
impl Freeze for FeaturesResetFeaturesParts
impl RefUnwindSafe for FeaturesResetFeaturesParts
impl Send for FeaturesResetFeaturesParts
impl Sync for FeaturesResetFeaturesParts
impl Unpin for FeaturesResetFeaturesParts
impl UnwindSafe for FeaturesResetFeaturesParts
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