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
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 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