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