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