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