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