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 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