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