pub struct ClassExpressionInputV2 {
pub id: String,
pub kind: String,
pub scss_module_path: String,
pub range: RangeV2,
pub class_name: Option<String>,
pub root_binding_decl_id: Option<String>,
pub access_path: Option<Vec<String>>,
}Fields§
§id: String§kind: String§scss_module_path: String§range: RangeV2§class_name: Option<String>§root_binding_decl_id: Option<String>§access_path: Option<Vec<String>>Trait Implementations§
Source§impl Debug for ClassExpressionInputV2
impl Debug for ClassExpressionInputV2
Source§impl<'de> Deserialize<'de> for ClassExpressionInputV2
impl<'de> Deserialize<'de> for ClassExpressionInputV2
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 ClassExpressionInputV2
impl RefUnwindSafe for ClassExpressionInputV2
impl Send for ClassExpressionInputV2
impl Sync for ClassExpressionInputV2
impl Unpin for ClassExpressionInputV2
impl UnsafeUnpin for ClassExpressionInputV2
impl UnwindSafe for ClassExpressionInputV2
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