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