pub struct EdgeAttributes {
pub label: Option<String>,
pub color: Option<Color>,
pub style: Option<EdgeStyle>,
pub shape: Option<String>,
pub arrow_direction: Option<ArrowDirection>,
pub arrow_head: Option<ArrowType>,
pub arrow_tail: Option<ArrowType>,
}Fields§
§label: Option<String>§color: Option<Color>§style: Option<EdgeStyle>§shape: Option<String>§arrow_direction: Option<ArrowDirection>§arrow_head: Option<ArrowType>§arrow_tail: Option<ArrowType>Implementations§
Trait Implementations§
Source§impl Clone for EdgeAttributes
impl Clone for EdgeAttributes
Source§fn clone(&self) -> EdgeAttributes
fn clone(&self) -> EdgeAttributes
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 EdgeAttributes
impl Debug for EdgeAttributes
Source§impl Default for EdgeAttributes
impl Default for EdgeAttributes
Source§impl Display for EdgeAttributes
impl Display for EdgeAttributes
Source§impl PartialEq for EdgeAttributes
impl PartialEq for EdgeAttributes
impl StructuralPartialEq for EdgeAttributes
Auto Trait Implementations§
impl Freeze for EdgeAttributes
impl RefUnwindSafe for EdgeAttributes
impl Send for EdgeAttributes
impl Sync for EdgeAttributes
impl Unpin for EdgeAttributes
impl UnwindSafe for EdgeAttributes
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