pub struct StyleAnalysisInputV2 {
pub file_path: String,
pub source: Option<String>,
pub document: StyleDocumentV2,
}Fields§
§file_path: String§source: Option<String>§document: StyleDocumentV2Trait Implementations§
Source§impl Debug for StyleAnalysisInputV2
impl Debug for StyleAnalysisInputV2
Source§impl<'de> Deserialize<'de> for StyleAnalysisInputV2
impl<'de> Deserialize<'de> for StyleAnalysisInputV2
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 StyleAnalysisInputV2
impl RefUnwindSafe for StyleAnalysisInputV2
impl Send for StyleAnalysisInputV2
impl Sync for StyleAnalysisInputV2
impl Unpin for StyleAnalysisInputV2
impl UnsafeUnpin for StyleAnalysisInputV2
impl UnwindSafe for StyleAnalysisInputV2
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