Struct graphviz_rust::attributes::defaultdist
source · pub struct defaultdist(_);
Trait Implementations§
source§impl Debug for defaultdist
impl Debug for defaultdist
source§impl IntoAttribute for defaultdist
impl IntoAttribute for defaultdist
source§impl PartialEq<defaultdist> for defaultdist
impl PartialEq<defaultdist> for defaultdist
source§fn eq(&self, other: &defaultdist) -> bool
fn eq(&self, other: &defaultdist) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for defaultdist
Auto Trait Implementations§
impl RefUnwindSafe for defaultdist
impl Send for defaultdist
impl Sync for defaultdist
impl Unpin for defaultdist
impl UnwindSafe for defaultdist
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more