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