pub enum LineStyleKind {
Normal,
Dashed,
Dotted,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for LineStyleKind
impl Clone for LineStyleKind
Source§fn clone(&self) -> LineStyleKind
fn clone(&self) -> LineStyleKind
Returns a copy 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 moreimpl Copy for LineStyleKind
Auto Trait Implementations§
impl Freeze for LineStyleKind
impl RefUnwindSafe for LineStyleKind
impl Send for LineStyleKind
impl Sync for LineStyleKind
impl Unpin for LineStyleKind
impl UnwindSafe for LineStyleKind
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