pub struct StyleAnalysisInputV2Json {
pub file_path: String,
pub source: Option<String>,
pub document: Value,
}Fields§
§file_path: String§source: Option<String>§document: ValueTrait Implementations§
Source§impl Clone for StyleAnalysisInputV2Json
impl Clone for StyleAnalysisInputV2Json
Source§fn clone(&self) -> StyleAnalysisInputV2Json
fn clone(&self) -> StyleAnalysisInputV2Json
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 StyleAnalysisInputV2Json
impl Debug for StyleAnalysisInputV2Json
Source§impl<'de> Deserialize<'de> for StyleAnalysisInputV2Json
impl<'de> Deserialize<'de> for StyleAnalysisInputV2Json
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
Source§impl PartialEq for StyleAnalysisInputV2Json
impl PartialEq for StyleAnalysisInputV2Json
Source§impl Serialize for StyleAnalysisInputV2Json
impl Serialize for StyleAnalysisInputV2Json
impl StructuralPartialEq for StyleAnalysisInputV2Json
Auto Trait Implementations§
impl Freeze for StyleAnalysisInputV2Json
impl RefUnwindSafe for StyleAnalysisInputV2Json
impl Send for StyleAnalysisInputV2Json
impl Sync for StyleAnalysisInputV2Json
impl Unpin for StyleAnalysisInputV2Json
impl UnsafeUnpin for StyleAnalysisInputV2Json
impl UnwindSafe for StyleAnalysisInputV2Json
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