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