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