pub enum SubgraphAttributes {}
Expand description
The attributes appearing on the subgraph
Implementations
sourceimpl SubgraphAttributes
impl SubgraphAttributes
pub fn colorscheme(elem: String) -> Attribute
sourceimpl SubgraphAttributes
impl SubgraphAttributes
pub fn gradientangle(elem: i32) -> Attribute
sourceimpl SubgraphAttributes
impl SubgraphAttributes
pub fn peripheries(elem: i32) -> Attribute
sourceimpl SubgraphAttributes
impl SubgraphAttributes
pub fn bgcolor(elem: color_name) -> Attribute
sourceimpl SubgraphAttributes
impl SubgraphAttributes
pub fn color(elem: color_name) -> Attribute
sourceimpl SubgraphAttributes
impl SubgraphAttributes
pub fn fillcolor(elem: color_name) -> Attribute
sourceimpl SubgraphAttributes
impl SubgraphAttributes
pub fn fontcolor(elem: color_name) -> Attribute
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more