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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &xdotversion) -> bool
fn ne(&self, other: &xdotversion) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more