pub enum SpanStyle {
Primary,
Secondary,
}
Expand description
Underline style for a SpanLabel.
Variants§
Trait Implementations§
impl Copy for SpanStyle
impl Eq for SpanStyle
impl StructuralPartialEq for SpanStyle
Auto Trait Implementations§
impl Freeze for SpanStyle
impl RefUnwindSafe for SpanStyle
impl Send for SpanStyle
impl Sync for SpanStyle
impl Unpin for SpanStyle
impl UnwindSafe for SpanStyle
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