Enum graphviz_rust::attributes::packmode
source · pub enum packmode {
node,
clust,
graph,
array,
}
Variants
node
clust
graph
array
Trait Implementations
impl StructuralPartialEq for packmode
Auto Trait Implementations
impl RefUnwindSafe for packmode
impl Send for packmode
impl Sync for packmode
impl Unpin for packmode
impl UnwindSafe for packmode
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