Struct graphviz_rust::attributes::inputscale
source · pub struct inputscale(/* private fields */);
Trait Implementations§
source§impl Debug for inputscale
impl Debug for inputscale
source§impl IntoAttribute for inputscale
impl IntoAttribute for inputscale
source§impl PartialEq for inputscale
impl PartialEq for inputscale
source§fn eq(&self, other: &inputscale) -> bool
fn eq(&self, other: &inputscale) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for inputscale
Auto Trait Implementations§
impl Freeze for inputscale
impl RefUnwindSafe for inputscale
impl Send for inputscale
impl Sync for inputscale
impl Unpin for inputscale
impl UnwindSafe for inputscale
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