Enum graphviz_rust::attributes::packmode
source · pub enum packmode {
node,
clust,
graph,
array,
}
Variants§
Trait Implementations§
source§impl PartialEq<packmode> for packmode
impl PartialEq<packmode> for packmode
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more