Struct graphviz_rust::attributes::labeldistance
source · [−]pub struct labeldistance(_);
Trait Implementations
sourceimpl Debug for labeldistance
impl Debug for labeldistance
sourceimpl Default for labeldistance
impl Default for labeldistance
sourceimpl IntoAttribute for labeldistance
impl IntoAttribute for labeldistance
sourceimpl PartialEq<labeldistance> for labeldistance
impl PartialEq<labeldistance> for labeldistance
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &labeldistance) -> bool
fn ne(&self, other: &labeldistance) -> bool
This method tests for !=
.
impl StructuralPartialEq for labeldistance
Auto Trait Implementations
impl RefUnwindSafe for labeldistance
impl Send for labeldistance
impl Sync for labeldistance
impl Unpin for labeldistance
impl UnwindSafe for labeldistance
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