Struct graphviz_rust::attributes::ordering
source · pub struct ordering(_);
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more