Struct graphviz_rust::attributes::labelfontcolor
source · pub struct labelfontcolor(_);
Trait Implementations§
source§impl Debug for labelfontcolor
impl Debug for labelfontcolor
source§impl Default for labelfontcolor
impl Default for labelfontcolor
source§impl IntoAttribute for labelfontcolor
impl IntoAttribute for labelfontcolor
source§impl PartialEq<labelfontcolor> for labelfontcolor
impl PartialEq<labelfontcolor> for labelfontcolor
source§fn eq(&self, other: &labelfontcolor) -> bool
fn eq(&self, other: &labelfontcolor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for labelfontcolor
Auto Trait Implementations§
impl RefUnwindSafe for labelfontcolor
impl Send for labelfontcolor
impl Sync for labelfontcolor
impl Unpin for labelfontcolor
impl UnwindSafe for labelfontcolor
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