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