pub struct SupportedFeatures {
pub features: Option<Vec<FeatureName>>,
/* private fields */
}Fields§
§features: Option<Vec<FeatureName>>Implementations§
Trait Implementations§
Source§impl Default for SupportedFeatures
impl Default for SupportedFeatures
Source§impl Drop for SupportedFeatures
impl Drop for SupportedFeatures
Auto Trait Implementations§
impl !Send for SupportedFeatures
impl !Sync for SupportedFeatures
impl Freeze for SupportedFeatures
impl RefUnwindSafe for SupportedFeatures
impl Unpin for SupportedFeatures
impl UnsafeUnpin for SupportedFeatures
impl UnwindSafe for SupportedFeatures
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