pub struct RuntimeFeatureStatus {
pub name: String,
pub enabled: bool,
pub visibility: RuntimeFieldVisibility,
pub source: String,
}Fields§
§name: String§enabled: bool§visibility: RuntimeFieldVisibility§source: StringTrait Implementations§
Source§impl CandidType for RuntimeFeatureStatus
impl CandidType for RuntimeFeatureStatus
Source§impl Clone for RuntimeFeatureStatus
impl Clone for RuntimeFeatureStatus
Source§fn clone(&self) -> RuntimeFeatureStatus
fn clone(&self) -> RuntimeFeatureStatus
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 RuntimeFeatureStatus
impl Debug for RuntimeFeatureStatus
Source§impl<'de> Deserialize<'de> for RuntimeFeatureStatus
impl<'de> Deserialize<'de> for RuntimeFeatureStatus
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
impl Eq for RuntimeFeatureStatus
Source§impl PartialEq for RuntimeFeatureStatus
impl PartialEq for RuntimeFeatureStatus
Source§fn eq(&self, other: &RuntimeFeatureStatus) -> bool
fn eq(&self, other: &RuntimeFeatureStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RuntimeFeatureStatus
impl Serialize for RuntimeFeatureStatus
impl StructuralPartialEq for RuntimeFeatureStatus
Auto Trait Implementations§
impl Freeze for RuntimeFeatureStatus
impl RefUnwindSafe for RuntimeFeatureStatus
impl Send for RuntimeFeatureStatus
impl Sync for RuntimeFeatureStatus
impl Unpin for RuntimeFeatureStatus
impl UnsafeUnpin for RuntimeFeatureStatus
impl UnwindSafe for RuntimeFeatureStatus
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