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