pub struct StyleUsage {
pub occurrences: u32,
pub tags: Vec<String>,
pub example_cells: Vec<String>,
}Fields§
§occurrences: u32§example_cells: Vec<String>Trait Implementations§
Source§impl Clone for StyleUsage
impl Clone for StyleUsage
Source§fn clone(&self) -> StyleUsage
fn clone(&self) -> StyleUsage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StyleUsage
impl RefUnwindSafe for StyleUsage
impl Send for StyleUsage
impl Sync for StyleUsage
impl Unpin for StyleUsage
impl UnwindSafe for StyleUsage
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