pub struct SassModuleGraphEdgeFactV0 {Show 15 fields
pub from_style_path: String,
pub edge_kind: &'static str,
pub source: String,
pub rule_ordinal: usize,
pub namespace_kind: Option<&'static str>,
pub namespace: Option<String>,
pub forward_prefix: Option<String>,
pub visibility_filter_kind: Option<&'static str>,
pub visibility_filter_names: Vec<String>,
pub resolved_style_path: Option<String>,
pub status: &'static str,
pub configuration_signature: String,
pub configuration_variable_count: usize,
pub invalid_configuration_variable_names: Vec<String>,
pub module_instance_identity_key: Option<String>,
}Fields§
§from_style_path: String§edge_kind: &'static str§source: String§rule_ordinal: usize§namespace_kind: Option<&'static str>§namespace: Option<String>§forward_prefix: Option<String>§visibility_filter_kind: Option<&'static str>§visibility_filter_names: Vec<String>§resolved_style_path: Option<String>§status: &'static str§configuration_signature: String§configuration_variable_count: usize§invalid_configuration_variable_names: Vec<String>§module_instance_identity_key: Option<String>Trait Implementations§
Source§impl Clone for SassModuleGraphEdgeFactV0
impl Clone for SassModuleGraphEdgeFactV0
Source§fn clone(&self) -> SassModuleGraphEdgeFactV0
fn clone(&self) -> SassModuleGraphEdgeFactV0
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 SassModuleGraphEdgeFactV0
impl Debug for SassModuleGraphEdgeFactV0
impl Eq for SassModuleGraphEdgeFactV0
impl StructuralPartialEq for SassModuleGraphEdgeFactV0
Auto Trait Implementations§
impl Freeze for SassModuleGraphEdgeFactV0
impl RefUnwindSafe for SassModuleGraphEdgeFactV0
impl Send for SassModuleGraphEdgeFactV0
impl Sync for SassModuleGraphEdgeFactV0
impl Unpin for SassModuleGraphEdgeFactV0
impl UnsafeUnpin for SassModuleGraphEdgeFactV0
impl UnwindSafe for SassModuleGraphEdgeFactV0
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.