Struct graphviz_rust::attributes::fillcolor
source · pub struct fillcolor(_);
Trait Implementations§
source§impl PartialEq<fillcolor> for fillcolor
impl PartialEq<fillcolor> for fillcolor
impl StructuralPartialEq for fillcolor
Auto Trait Implementations§
impl RefUnwindSafe for fillcolor
impl Send for fillcolor
impl Sync for fillcolor
impl Unpin for fillcolor
impl UnwindSafe for fillcolor
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