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 Freeze for SubgraphAttributes
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