pub struct BrowserUiFeatureStatus {
pub feature_id: String,
pub title: String,
pub category: String,
pub runtime_surface: String,
pub implementation_status: String,
pub claim_tier: String,
}Fields§
§feature_id: String§title: String§category: String§runtime_surface: String§implementation_status: String§claim_tier: StringTrait Implementations§
Source§impl Clone for BrowserUiFeatureStatus
impl Clone for BrowserUiFeatureStatus
Source§fn clone(&self) -> BrowserUiFeatureStatus
fn clone(&self) -> BrowserUiFeatureStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BrowserUiFeatureStatus
impl Debug for BrowserUiFeatureStatus
Source§impl<'de> Deserialize<'de> for BrowserUiFeatureStatus
impl<'de> Deserialize<'de> for BrowserUiFeatureStatus
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 BrowserUiFeatureStatus
impl PartialEq for BrowserUiFeatureStatus
Source§fn eq(&self, other: &BrowserUiFeatureStatus) -> bool
fn eq(&self, other: &BrowserUiFeatureStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BrowserUiFeatureStatus
impl Serialize for BrowserUiFeatureStatus
impl Eq for BrowserUiFeatureStatus
impl StructuralPartialEq for BrowserUiFeatureStatus
Auto Trait Implementations§
impl Freeze for BrowserUiFeatureStatus
impl RefUnwindSafe for BrowserUiFeatureStatus
impl Send for BrowserUiFeatureStatus
impl Sync for BrowserUiFeatureStatus
impl Unpin for BrowserUiFeatureStatus
impl UnsafeUnpin for BrowserUiFeatureStatus
impl UnwindSafe for BrowserUiFeatureStatus
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