Struct graphviz_rust::attributes::fillcolor
source · pub struct fillcolor(_);
Trait Implementations
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
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