Struct graphviz_rust::attributes::xdotversion
source · [−]pub struct xdotversion(_);
Trait Implementations
sourceimpl Debug for xdotversion
impl Debug for xdotversion
sourceimpl IntoAttribute for xdotversion
impl IntoAttribute for xdotversion
sourceimpl PartialEq<xdotversion> for xdotversion
impl PartialEq<xdotversion> for xdotversion
sourcefn eq(&self, other: &xdotversion) -> bool
fn eq(&self, other: &xdotversion) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more