pub struct FeatureCapability {
pub list_changed: bool,
}
Expand description
Feature capability with list change support
Fields§
§list_changed: bool
Support for list change notifications
Trait Implementations§
Source§impl Clone for FeatureCapability
impl Clone for FeatureCapability
Source§fn clone(&self) -> FeatureCapability
fn clone(&self) -> FeatureCapability
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 FeatureCapability
impl Debug for FeatureCapability
Source§impl<'de> Deserialize<'de> for FeatureCapability
impl<'de> Deserialize<'de> for FeatureCapability
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
Auto Trait Implementations§
impl Freeze for FeatureCapability
impl RefUnwindSafe for FeatureCapability
impl Send for FeatureCapability
impl Sync for FeatureCapability
impl Unpin for FeatureCapability
impl UnwindSafe for FeatureCapability
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