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