pub struct CssModulesCrossFileClosureCapabilitiesV0 {
pub semantic_layer_owned: bool,
pub composes_closure_ready: bool,
pub value_graph_closure_ready: bool,
pub icss_export_import_closure_ready: bool,
pub cycle_detection_ready: bool,
}Fields§
§semantic_layer_owned: bool§composes_closure_ready: bool§value_graph_closure_ready: bool§icss_export_import_closure_ready: bool§cycle_detection_ready: boolTrait Implementations§
Source§impl Clone for CssModulesCrossFileClosureCapabilitiesV0
impl Clone for CssModulesCrossFileClosureCapabilitiesV0
Source§fn clone(&self) -> CssModulesCrossFileClosureCapabilitiesV0
fn clone(&self) -> CssModulesCrossFileClosureCapabilitiesV0
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 moreimpl Eq for CssModulesCrossFileClosureCapabilitiesV0
impl StructuralPartialEq for CssModulesCrossFileClosureCapabilitiesV0
Auto Trait Implementations§
impl Freeze for CssModulesCrossFileClosureCapabilitiesV0
impl RefUnwindSafe for CssModulesCrossFileClosureCapabilitiesV0
impl Send for CssModulesCrossFileClosureCapabilitiesV0
impl Sync for CssModulesCrossFileClosureCapabilitiesV0
impl Unpin for CssModulesCrossFileClosureCapabilitiesV0
impl UnsafeUnpin for CssModulesCrossFileClosureCapabilitiesV0
impl UnwindSafe for CssModulesCrossFileClosureCapabilitiesV0
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.