pub struct Arrow {
pub line: LineStyle,
pub head: ArrowHead,
pub delay: Option<u32>,
}Expand description
Arrow style
Fields§
§line: LineStyleLine style
head: ArrowHeadArrowhead style
delay: Option<u32>Delay amount (for ->(n) syntax)
Implementations§
Trait Implementations§
impl Copy for Arrow
impl Eq for Arrow
impl StructuralPartialEq for Arrow
Auto Trait Implementations§
impl Freeze for Arrow
impl RefUnwindSafe for Arrow
impl Send for Arrow
impl Sync for Arrow
impl Unpin for Arrow
impl UnwindSafe for Arrow
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