Enum graphviz_rust::attributes::EdgeAttributes
source · 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 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