pub struct FlowExtensionPlan {
pub enabled: Vec<String>,
pub apply_all: bool,
}Expand description
Names of HIR extensions to apply when building this flow (empty = all registered).
Fields§
§enabled: Vec<String>§apply_all: boolImplementations§
Trait Implementations§
Source§impl Clone for FlowExtensionPlan
impl Clone for FlowExtensionPlan
Source§fn clone(&self) -> FlowExtensionPlan
fn clone(&self) -> FlowExtensionPlan
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 FlowExtensionPlan
impl Debug for FlowExtensionPlan
Source§impl Default for FlowExtensionPlan
impl Default for FlowExtensionPlan
Source§fn default() -> FlowExtensionPlan
fn default() -> FlowExtensionPlan
Returns the “default value” for a type. Read more
Source§impl PartialEq for FlowExtensionPlan
impl PartialEq for FlowExtensionPlan
Source§fn eq(&self, other: &FlowExtensionPlan) -> bool
fn eq(&self, other: &FlowExtensionPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FlowExtensionPlan
impl StructuralPartialEq for FlowExtensionPlan
Auto Trait Implementations§
impl Freeze for FlowExtensionPlan
impl RefUnwindSafe for FlowExtensionPlan
impl Send for FlowExtensionPlan
impl Sync for FlowExtensionPlan
impl Unpin for FlowExtensionPlan
impl UnsafeUnpin for FlowExtensionPlan
impl UnwindSafe for FlowExtensionPlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.