pub enum LineEndType {
None,
Triangle,
Stealth,
Diamond,
Oval,
Arrow,
}Expand description
ST_LineEndType — the shape of a line end decoration.
Variants§
Trait Implementations§
Source§impl Clone for LineEndType
impl Clone for LineEndType
Source§fn clone(&self) -> LineEndType
fn clone(&self) -> LineEndType
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 LineEndType
Source§impl Debug for LineEndType
impl Debug for LineEndType
impl Eq for LineEndType
Source§impl PartialEq for LineEndType
impl PartialEq for LineEndType
impl StructuralPartialEq for LineEndType
Auto Trait Implementations§
impl Freeze for LineEndType
impl RefUnwindSafe for LineEndType
impl Send for LineEndType
impl Sync for LineEndType
impl Unpin for LineEndType
impl UnsafeUnpin for LineEndType
impl UnwindSafe for LineEndType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.