Struct graphviz_rust::attributes::fontcolor
source · pub struct fontcolor(_);
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more