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