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