Struct graphviz_rust::attributes::labelfontname
source · [−]pub struct labelfontname(_);
Trait Implementations
sourceimpl Debug for labelfontname
impl Debug for labelfontname
sourceimpl Default for labelfontname
impl Default for labelfontname
sourceimpl IntoAttribute for labelfontname
impl IntoAttribute for labelfontname
sourceimpl PartialEq<labelfontname> for labelfontname
impl PartialEq<labelfontname> for labelfontname
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &labelfontname) -> bool
fn ne(&self, other: &labelfontname) -> bool
This method tests for !=
.
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
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