Struct graphviz_rust::attributes::fontsize
source · pub struct fontsize(/* private fields */);
Trait Implementations§
source§impl PartialEq for fontsize
impl PartialEq for fontsize
impl StructuralPartialEq for fontsize
Auto Trait Implementations§
impl Freeze for fontsize
impl RefUnwindSafe for fontsize
impl Send for fontsize
impl Sync for fontsize
impl Unpin for fontsize
impl UnwindSafe for fontsize
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