pub struct LineDecoration { /* private fields */ }Expand description
Configuration for underline or strikethrough line decorations.
Implementations§
Trait Implementations§
Source§impl Clone for LineDecoration
impl Clone for LineDecoration
Source§fn clone(&self) -> LineDecoration
fn clone(&self) -> LineDecoration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LineDecoration
Source§impl Debug for LineDecoration
impl Debug for LineDecoration
Source§impl PartialEq for LineDecoration
impl PartialEq for LineDecoration
Source§fn eq(&self, other: &LineDecoration) -> bool
fn eq(&self, other: &LineDecoration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LineDecoration
Auto Trait Implementations§
impl Freeze for LineDecoration
impl RefUnwindSafe for LineDecoration
impl Send for LineDecoration
impl Sync for LineDecoration
impl Unpin for LineDecoration
impl UnsafeUnpin for LineDecoration
impl UnwindSafe for LineDecoration
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