pub enum CompoundLineType {
Single,
Double,
ThickThin,
ThinThick,
Triple,
}
Variants§
Trait Implementations§
Source§impl Clone for CompoundLineType
impl Clone for CompoundLineType
Source§fn clone(&self) -> CompoundLineType
fn clone(&self) -> CompoundLineType
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 moreSource§impl Debug for CompoundLineType
impl Debug for CompoundLineType
Source§impl Default for CompoundLineType
impl Default for CompoundLineType
Source§fn default() -> CompoundLineType
fn default() -> CompoundLineType
Returns the “default value” for a type. Read more
Source§impl Display for CompoundLineType
impl Display for CompoundLineType
Auto Trait Implementations§
impl Freeze for CompoundLineType
impl RefUnwindSafe for CompoundLineType
impl Send for CompoundLineType
impl Sync for CompoundLineType
impl Unpin for CompoundLineType
impl UnwindSafe for CompoundLineType
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