Struct graphviz_rust::attributes::labeldistance
source · pub struct labeldistance(/* private fields */);
Trait Implementations§
source§impl Debug for labeldistance
impl Debug for labeldistance
source§impl Default for labeldistance
impl Default for labeldistance
source§impl IntoAttribute for labeldistance
impl IntoAttribute for labeldistance
source§impl PartialEq for labeldistance
impl PartialEq for labeldistance
source§fn eq(&self, other: &labeldistance) -> bool
fn eq(&self, other: &labeldistance) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for labeldistance
Auto Trait Implementations§
impl Freeze for labeldistance
impl RefUnwindSafe for labeldistance
impl Send for labeldistance
impl Sync for labeldistance
impl Unpin for labeldistance
impl UnwindSafe for labeldistance
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