pub enum DesApllPointSymbol {
Circle,
Dot,
InternalPairForwardArrowhead,
InternalPairReverseArrowhead,
None,
PositiveArrowhead,
Triangle,
}Variants§
Circle
Dot
InternalPairForwardArrowhead
InternalPairReverseArrowhead
None
PositiveArrowhead
Triangle
Implementations§
Trait Implementations§
Source§impl Clone for DesApllPointSymbol
impl Clone for DesApllPointSymbol
Source§fn clone(&self) -> DesApllPointSymbol
fn clone(&self) -> DesApllPointSymbol
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 DesApllPointSymbol
Source§impl Debug for DesApllPointSymbol
impl Debug for DesApllPointSymbol
impl Eq for DesApllPointSymbol
Source§impl PartialEq for DesApllPointSymbol
impl PartialEq for DesApllPointSymbol
Source§fn eq(&self, other: &DesApllPointSymbol) -> bool
fn eq(&self, other: &DesApllPointSymbol) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DesApllPointSymbol
Auto Trait Implementations§
impl Freeze for DesApllPointSymbol
impl RefUnwindSafe for DesApllPointSymbol
impl Send for DesApllPointSymbol
impl Sync for DesApllPointSymbol
impl Unpin for DesApllPointSymbol
impl UnsafeUnpin for DesApllPointSymbol
impl UnwindSafe for DesApllPointSymbol
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