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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more