pub struct RuleUsage {
pub style_sheet_id: StyleSheetId,
pub start_offset: JsFloat,
pub end_offset: JsFloat,
pub used: bool,
}Fields§
§style_sheet_id: StyleSheetId§start_offset: JsFloat§end_offset: JsFloat§used: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for RuleUsage
impl<'de> Deserialize<'de> for RuleUsage
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
impl StructuralPartialEq for RuleUsage
Auto Trait Implementations§
impl Freeze for RuleUsage
impl RefUnwindSafe for RuleUsage
impl Send for RuleUsage
impl Sync for RuleUsage
impl Unpin for RuleUsage
impl UnwindSafe for RuleUsage
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