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 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