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