Struct graphviz_rust::attributes::pencolor
source · pub struct pencolor(_);
Trait Implementations
impl StructuralPartialEq for pencolor
Auto Trait Implementations
impl RefUnwindSafe for pencolor
impl Send for pencolor
impl Sync for pencolor
impl Unpin for pencolor
impl UnwindSafe for pencolor
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