Struct graphviz_rust::attributes::labelfontsize
source · pub struct labelfontsize(_);
Trait Implementations§
source§impl Debug for labelfontsize
impl Debug for labelfontsize
source§impl Default for labelfontsize
impl Default for labelfontsize
source§impl IntoAttribute for labelfontsize
impl IntoAttribute for labelfontsize
source§impl PartialEq<labelfontsize> for labelfontsize
impl PartialEq<labelfontsize> for labelfontsize
source§fn 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 ==
.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§
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