Enum accessibility_tree::style::values::LineStyle
source · pub enum LineStyle {
None,
Solid,
}
Expand description
Variants§
Trait Implementations§
source§impl EarlyFromSpecified for LineStyle
impl EarlyFromSpecified for LineStyle
fn early_from_specified( specified: &Self, _context: &EarlyCascadeContext<'_> ) -> Self
source§impl FromSpecified for LineStyle
impl FromSpecified for LineStyle
fn from_specified(specified: &Self, _context: &CascadeContext<'_>) -> Self
source§impl SpecifiedValue for LineStyle
impl SpecifiedValue for LineStyle
type SpecifiedValue = LineStyle
impl Copy for LineStyle
Auto Trait Implementations§
impl RefUnwindSafe for LineStyle
impl Send for LineStyle
impl Sync for LineStyle
impl Unpin for LineStyle
impl UnwindSafe for LineStyle
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