pub enum STLineEndWidth {
Sm,
Med,
Lg,
}Variants§
Trait Implementations§
Source§impl Clone for STLineEndWidth
impl Clone for STLineEndWidth
Source§fn clone(&self) -> STLineEndWidth
fn clone(&self) -> STLineEndWidth
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 STLineEndWidth
impl Debug for STLineEndWidth
Source§impl<'de> Deserialize<'de> for STLineEndWidth
impl<'de> Deserialize<'de> for STLineEndWidth
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 STLineEndWidth
impl Display for STLineEndWidth
Source§impl FromStr for STLineEndWidth
impl FromStr for STLineEndWidth
Source§impl PartialEq for STLineEndWidth
impl PartialEq for STLineEndWidth
Source§impl Serialize for STLineEndWidth
impl Serialize for STLineEndWidth
impl Copy for STLineEndWidth
impl Eq for STLineEndWidth
impl StructuralPartialEq for STLineEndWidth
Auto Trait Implementations§
impl Freeze for STLineEndWidth
impl RefUnwindSafe for STLineEndWidth
impl Send for STLineEndWidth
impl Sync for STLineEndWidth
impl Unpin for STLineEndWidth
impl UnsafeUnpin for STLineEndWidth
impl UnwindSafe for STLineEndWidth
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