Struct graphviz_rust::attributes::labelfontcolor
source · [−]pub struct labelfontcolor(_);Trait Implementations
sourceimpl Debug for labelfontcolor
impl Debug for labelfontcolor
sourceimpl Default for labelfontcolor
impl Default for labelfontcolor
sourceimpl IntoAttribute for labelfontcolor
impl IntoAttribute for labelfontcolor
sourceimpl PartialEq<labelfontcolor> for labelfontcolor
impl PartialEq<labelfontcolor> for labelfontcolor
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &labelfontcolor) -> bool
fn ne(&self, other: &labelfontcolor) -> bool
This method tests for !=.
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
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