Enum graphviz_rust::attributes::clusterrank
source · [−]pub enum clusterrank {
local,
global,
none,
}
Variants
local
global
none
Trait Implementations
sourceimpl Debug for clusterrank
impl Debug for clusterrank
sourceimpl Default for clusterrank
impl Default for clusterrank
sourceimpl IntoAttribute for clusterrank
impl IntoAttribute for clusterrank
sourceimpl PartialEq<clusterrank> for clusterrank
impl PartialEq<clusterrank> for clusterrank
sourcefn eq(&self, other: &clusterrank) -> bool
fn eq(&self, other: &clusterrank) -> bool
impl StructuralPartialEq for clusterrank
Auto Trait Implementations
impl RefUnwindSafe for clusterrank
impl Send for clusterrank
impl Sync for clusterrank
impl Unpin for clusterrank
impl UnwindSafe for clusterrank
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