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