Enum graphviz_rust::attributes::quadtree
source · [−]pub enum quadtree {
normal,
fast,
none,
}
Variants
normal
fast
none
Trait Implementations
impl StructuralPartialEq for quadtree
Auto Trait Implementations
impl RefUnwindSafe for quadtree
impl Send for quadtree
impl Sync for quadtree
impl Unpin for quadtree
impl UnwindSafe for quadtree
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