pub struct FeatureStateId {
pub source_id: String,
pub feature_id: String,
}Expand description
Stable feature-state identifier.
Fields§
§source_id: StringStyle source id owning the feature.
feature_id: StringStable feature id within that source.
Implementations§
Trait Implementations§
Source§impl Clone for FeatureStateId
impl Clone for FeatureStateId
Source§fn clone(&self) -> FeatureStateId
fn clone(&self) -> FeatureStateId
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 FeatureStateId
impl Debug for FeatureStateId
Source§impl Hash for FeatureStateId
impl Hash for FeatureStateId
Source§impl PartialEq for FeatureStateId
impl PartialEq for FeatureStateId
impl Eq for FeatureStateId
impl StructuralPartialEq for FeatureStateId
Auto Trait Implementations§
impl Freeze for FeatureStateId
impl RefUnwindSafe for FeatureStateId
impl Send for FeatureStateId
impl Sync for FeatureStateId
impl Unpin for FeatureStateId
impl UnsafeUnpin for FeatureStateId
impl UnwindSafe for FeatureStateId
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