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