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