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