pub enum ResolvedLineEndKind {
Triangle,
Stealth,
Diamond,
Oval,
Arrow,
}Expand description
A visible line endpoint kind. DrawingML none resolves to no endpoint.
Variants§
Trait Implementations§
Source§impl Clone for ResolvedLineEndKind
impl Clone for ResolvedLineEndKind
Source§fn clone(&self) -> ResolvedLineEndKind
fn clone(&self) -> ResolvedLineEndKind
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 ResolvedLineEndKind
Source§impl Debug for ResolvedLineEndKind
impl Debug for ResolvedLineEndKind
impl Eq for ResolvedLineEndKind
Source§impl PartialEq for ResolvedLineEndKind
impl PartialEq for ResolvedLineEndKind
impl StructuralPartialEq for ResolvedLineEndKind
Auto Trait Implementations§
impl Freeze for ResolvedLineEndKind
impl RefUnwindSafe for ResolvedLineEndKind
impl Send for ResolvedLineEndKind
impl Sync for ResolvedLineEndKind
impl Unpin for ResolvedLineEndKind
impl UnsafeUnpin for ResolvedLineEndKind
impl UnwindSafe for ResolvedLineEndKind
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