pub enum STCompoundLine {
Sng,
Dbl,
ThickThin,
ThinThick,
Tri,
}Variants§
Trait Implementations§
Source§impl Clone for STCompoundLine
impl Clone for STCompoundLine
Source§fn clone(&self) -> STCompoundLine
fn clone(&self) -> STCompoundLine
Returns a duplicate 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 STCompoundLine
impl Debug for STCompoundLine
Source§impl<'de> Deserialize<'de> for STCompoundLine
impl<'de> Deserialize<'de> for STCompoundLine
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for STCompoundLine
impl Display for STCompoundLine
Source§impl FromStr for STCompoundLine
impl FromStr for STCompoundLine
Source§impl PartialEq for STCompoundLine
impl PartialEq for STCompoundLine
Source§impl Serialize for STCompoundLine
impl Serialize for STCompoundLine
impl Copy for STCompoundLine
impl Eq for STCompoundLine
impl StructuralPartialEq for STCompoundLine
Auto Trait Implementations§
impl Freeze for STCompoundLine
impl RefUnwindSafe for STCompoundLine
impl Send for STCompoundLine
impl Sync for STCompoundLine
impl Unpin for STCompoundLine
impl UnsafeUnpin for STCompoundLine
impl UnwindSafe for STCompoundLine
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