pub enum EdgeAttributes {}
Expand description
The attributes appearing on the edge
Implementations§
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn colorscheme(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn constraint(elem: bool) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn dedgehrefpi(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn edgetarget(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn edgetooltip(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn headtarget(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn headtooltip(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn labelangle(elem: f32) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn labeldistance(elem: f32) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn labelfloat(elem: bool) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn labelfontname(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn labelfontsize(elem: f32) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn labeltarget(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn labeltooltip(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn tailtarget(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn tailtooltip(elem: String) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn color(elem: color_name) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn fillcolor(elem: color_name) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn fontcolor(elem: color_name) -> Attribute
Source§impl EdgeAttributes
impl EdgeAttributes
pub fn labelfontcolor(elem: color_name) -> Attribute
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