pub enum SubgraphAttributes {}
Expand description
The attributes appearing on the subgraph
Implementations§
source§impl SubgraphAttributes
impl SubgraphAttributes
pub fn colorscheme(elem: String) -> Attribute
source§impl SubgraphAttributes
impl SubgraphAttributes
pub fn gradientangle(elem: i32) -> Attribute
source§impl SubgraphAttributes
impl SubgraphAttributes
pub fn peripheries(elem: i32) -> Attribute
source§impl SubgraphAttributes
impl SubgraphAttributes
pub fn bgcolor(elem: color_name) -> Attribute
source§impl SubgraphAttributes
impl SubgraphAttributes
pub fn color(elem: color_name) -> Attribute
source§impl SubgraphAttributes
impl SubgraphAttributes
pub fn fillcolor(elem: color_name) -> Attribute
source§impl SubgraphAttributes
impl SubgraphAttributes
pub fn fontcolor(elem: color_name) -> Attribute
source§impl SubgraphAttributes
impl SubgraphAttributes
pub fn pencolor(elem: color_name) -> Attribute
Auto Trait Implementations§
impl RefUnwindSafe for SubgraphAttributes
impl Send for SubgraphAttributes
impl Sync for SubgraphAttributes
impl Unpin for SubgraphAttributes
impl UnwindSafe for SubgraphAttributes
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